Skip to content
Snippets Groups Projects
Commit b3c140b1 authored by Edward Moyse's avatar Edward Moyse
Browse files

Moved externals version to 2.0.5, and added some hopefully helpful text to...

Moved externals version to 2.0.5, and added some hopefully helpful text to WorkDir/package_filters_example.txt
parent 0fe2b22f
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AnalysisBaseExternalsVersion = 2.0.4
AnalysisBaseExternalsVersion = 2.0.5
# Versions of the various externals to build before starting the build of
# this project, when doing a full stack nightly build.
AnalysisBaseExternalsVersion = 2.0.4
AnalysisBaseExternalsVersion = 2.0.5
......@@ -5,4 +5,4 @@
# an "origin/" prefix before it. For tags however this is explicitly
# forbidden.
AtlasExternalsVersion = 2.0.4
AtlasExternalsVersion = 2.0.5
......@@ -6,7 +6,7 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthSimulationExternalsVersion = 2.0.4
AthSimulationExternalsVersion = 2.0.5
# The version of atlas/Gaudi to use:
GaudiVersion = v30r2.003
......@@ -6,7 +6,7 @@
# forbidden.
# The version of atlas/atlasexternals to use:
AthenaExternalsVersion = 2.0.4
AthenaExternalsVersion = 2.0.5
# The version of atlas/Gaudi to use:
GaudiVersion = v30r2.003
......@@ -10,10 +10,16 @@
#
# The first match against the package path wins, so list
# more specific matches above more general ones.
#
# In your build/ directory you can now do e.g:
# cmake -DATLAS_PACKAGE_FILTER_FILE=../package_filters.txt ../athena/Projects/WorkDir
# (where obviously you have put your package_filters.txt file in the same directory as build/)
# Complete instructions are found here: https://atlassoftwaredocs.web.cern.ch/gittutorial/branch-and-change/#setting-up-to-compile-and-test-code-for-the-tutorial
#
# Note that when you use git-atlas to make a sparse checkout, you will
# only have the packages available that you want to compile anyway.
# So in that case you should not bother with using such a filter file.
#
+ Control/AthenaExamples/AthExHelloWorld
- .*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment