Skip to content
Snippets Groups Projects
Commit 8c9324d1 authored by David Emschermann's avatar David Emschermann
Browse files

add PATH to fairsoft/cmake for proper installation of fairroot

git-svn-id: https://subversion.gsi.de/cbmsoft/cbmroot/trunk@12941 5a1b234a-d7ce-0410-9a93-fd649a8fa65c
parent ee19a585
No related branches found
No related tags found
No related merge requests found
......@@ -153,6 +153,9 @@ if [ $SETUP_FAIRROOT -ge 1 ]; then
echo "SIMPATH now : $SIMPATH"
cd $CBMSRCDIR
echo PATH=$SIMPATH/bin:$PATH
export PATH=$SIMPATH/bin:$PATH
cd ..
git clone https://github.com/FairRootGroup/FairRoot.git fairroot_src_$FROOTVER-fairsoft_${FSOFTVER}_root${ROOTVER}
cd fairroot_src_$FROOTVER-fairsoft_${FSOFTVER}_root${ROOTVER}
......
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