Skip to content
Snippets Groups Projects
Commit 8002495e authored by Dave Casper's avatar Dave Casper
Browse files

Update version number for 22.0.31

parent c9b1630e
No related branches found
No related tags found
No related merge requests found
......@@ -25,7 +25,7 @@ build_image:
- mkdir build
- cd build
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
- set +e && asetup --input=../../calypso/asetup.faser Athena,22.0.30; set -e
- set +e && asetup --input=../../calypso/asetup.faser Athena,22.0.31; set -e
- cmake ../../calypso
- make -j 3
artifacts:
......@@ -41,7 +41,7 @@ test_unittest:
- yum -y install man
- cd build
- set +e && source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh; set -e
- set +e && asetup --input=../../calypso/asetup.faser Athena,22.0.30; set -e
- set +e && asetup --input=../../calypso/asetup.faser Athena,22.0.31; set -e
- set +e && source `find . -name 'setup.sh'`; set -e
- ctest -j12
dependencies:
......
......@@ -2,7 +2,7 @@
## Setup
In Athena 22.0.30, the scipy module is missing from the LCG environment for some reason.
In Athena 22.0.31, the scipy module is missing from the LCG environment for some reason.
To use the generator, the following command is required after the usual steps to setup the release:
......
......@@ -10,7 +10,7 @@ git clone --recursive https://:@gitlab.cern.ch:8443/$USERNAME/calypso.git
#The next three lines are used to setup the ATLAS release environment
export ATLAS_LOCAL_ROOT_BASE=/cvmfs/atlas.cern.ch/repo/ATLASLocalRootBase
source ${ATLAS_LOCAL_ROOT_BASE}/user/atlasLocalSetup.sh
asetup --input=calypso/asetup.faser Athena,22.0.30
asetup --input=calypso/asetup.faser Athena,22.0.31
#create build directory
mkdir build
......@@ -26,6 +26,6 @@ It can be convenient to alias the "asetup --input=calypso/asetup.faser" to somet
* The "WriteAlignment" example program does not compile, and is disabled. The example will be replaced eventually.
* The "FaserActsKalmanFilter" package does not compile, and is temporarily disabled.
* The "FaserActsKalmanFilter" package is temporarily disabled.
* The command `lsetup "lcgenv -p LCG_98python3_ATLAS_6 x86_64-centos7-gcc8-opt sqlite` may be necessary to avoid errors when generating a database
* The command `lsetup "lcgenv -p LCG_98python3_ATLAS_8 x86_64-centos7-gcc8-opt sqlite` may be necessary to avoid errors when generating a database
22.0.30
22.0.31
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