Skip to content
Snippets Groups Projects

Upgrade ACTS to version 3.0.0

Merged Gerardo Ganis requested to merge acts-3.0.0 into master
1 file
+ 4
1
Compare changes
  • Side-by-side
  • Inline
+ 4
1
@@ -37,9 +37,12 @@ fi
if [[ $PLATFORM == *centos7* ]]; then
LABEL_COMPILER=centos7
fi
if [[ $PLATFORM == *centos8* ]]; then
LABEL_COMPILER=centos8
fi
# setup CMake -----(the default version is often very old)-------------------------
if [[ $PLATFORM == *slc6* || $PLATFORM == *cc7* || $PLATFORM == *centos7* || $PLATFORM == *ubuntu* || $PLATFORM == *fedora* ]]; then
if [[ $PLATFORM == *slc6* || $PLATFORM == *cc7* || $PLATFORM == *centos* || $PLATFORM == *ubuntu* || $PLATFORM == *fedora* ]]; then
if [[ ${ARCH} == *i686* ]]; then
# i686 special case: the newer cmake is a link to x86_64, might cause problems!!
export PATH=/cvmfs/sft.cern.ch/lcg/contrib/CMake/3.3.2/Linux-i686/bin:${PATH}
Loading