Skip to content
Snippets Groups Projects
Commit f15e674a authored by pmendez's avatar pmendez
Browse files

test for geantv path setup

git-svn-id: svn+ssh://svn.cern.ch/reps/lcgsoft/trunk/lcgcmake@7428 4525493e-7705-40b1-a816-d608a930855b
parent 39dc2b7c
No related branches found
No related tags found
No related merge requests found
......@@ -75,6 +75,12 @@ if [[ $COMPILER == *gcc* ]]; then
export FC=gfortran
export CXX=`which g++`
export CC=`which gcc`
if [[ $LCG_VERSION == geantv* ]]; then
export PATH=/afs/cern.ch/sw/lcg/app/releases/GEANTV-externals/externals-march2015/ROOT/6.03.02/${ARCH}-${LABEL_COMPILER}:${PATH}
echo "8888888888888888888888888888888888888888888888888888888"
echo ${PATH}
echo "8888888888888888888888888888888888888888888888888888888"
fi
elif [[ $COMPILER == *clang* ]]; then
clang34version=3.4
clang35version=3.5
......
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