Skip to content
Snippets Groups Projects
Commit 81aa07ec authored by Attila Krasznahorkay's avatar Attila Krasznahorkay
Browse files

Updated all projects to LCG_97a_ATLAS_1.

To finally use the ATLAS specific LCG release, and not the
"generic" one.
parent 44c2c4a5
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ set( TDAQ-COMMON_ATROOT ...@@ -18,7 +18,7 @@ set( TDAQ-COMMON_ATROOT
find_package( AtlasCMake REQUIRED ) find_package( AtlasCMake REQUIRED )
# Build the project against LCG: # Build the project against LCG:
set( LCG_VERSION_POSTFIX "a" set( LCG_VERSION_POSTFIX "a_ATLAS_1"
CACHE STRING "Version postfix for the LCG release to use" ) CACHE STRING "Version postfix for the LCG release to use" )
set( LCG_VERSION_NUMBER 97 set( LCG_VERSION_NUMBER 97
CACHE STRING "Version number for the LCG release to use" ) CACHE STRING "Version number for the LCG release to use" )
......
...@@ -24,7 +24,7 @@ BUILDDIR="" ...@@ -24,7 +24,7 @@ BUILDDIR=""
BUILDTYPE="RelWithDebInfo" BUILDTYPE="RelWithDebInfo"
FORCE="" FORCE=""
CI="" CI=""
EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a") EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a_ATLAS_1")
while getopts ":t:b:x:fch" opt; do while getopts ":t:b:x:fch" opt; do
case $opt in case $opt in
t) t)
......
...@@ -24,7 +24,7 @@ BUILDDIR="" ...@@ -24,7 +24,7 @@ BUILDDIR=""
BUILDTYPE="RelWithDebInfo" BUILDTYPE="RelWithDebInfo"
FORCE="" FORCE=""
CI="" CI=""
EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a") EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a_ATLAS_1")
while getopts ":t:b:x:fch" opt; do while getopts ":t:b:x:fch" opt; do
case $opt in case $opt in
t) t)
......
...@@ -24,7 +24,7 @@ BUILDDIR="" ...@@ -24,7 +24,7 @@ BUILDDIR=""
BUILDTYPE="RelWithDebInfo" BUILDTYPE="RelWithDebInfo"
FORCE="" FORCE=""
CI="" CI=""
EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a") EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a_ATLAS_1")
while getopts ":t:b:x:fch" opt; do while getopts ":t:b:x:fch" opt; do
case $opt in case $opt in
t) t)
......
...@@ -26,7 +26,7 @@ BUILDDIR="" ...@@ -26,7 +26,7 @@ BUILDDIR=""
BUILDTYPE="RelWithDebInfo" BUILDTYPE="RelWithDebInfo"
FORCE="" FORCE=""
CI="" CI=""
EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a") EXTRACMAKE=(-DLCG_VERSION_NUMBER=97 -DLCG_VERSION_POSTFIX="a_ATLAS_1")
while getopts ":t:b:fch" opt; do while getopts ":t:b:fch" opt; do
case $opt in case $opt in
t) t)
......
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