|
|
|
|
|
|
|
|
|
|
Re: FairRoot installation error [message #23149 is a reply to message #23139] |
Tue, 16 October 2018 15:06 |
C. A. Douma
Messages: 88 Registered: September 2015 Location: Groningen
|
continuous participant |
From: *kvi-cart.rug.nl
|
|
Dear Mr. Kresan,
I had in my .bashrc first:
export PATH=$PATH:$SIMPATH/bin/
export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$SIMPATH/lib/:$SIMPATH/lib/root/
which I now changed to:
export PATH=$SIMPATH/bin/:$PATH
export LD_LIBRARY_PATH=$SIMPATH/lib/:$SIMPATH/lib/root/:$LD_LIBRARY_PATH
It turned out that 'which cmake' points to the first cmake that is found in PATH.
After flipping the order, 'which cmake' pointed to the FairSoft Build:
christiaan@christiaan-Z230:~$ which cmake
/home/christiaan/Desktop/FAIR/FairSoft_Build//bin//cmake
christiaan@christiaan-Z230:~$ cmake --version
cmake version 3.11.1
CMake suite maintained and supported by Kitware (kitware.com/cmake).
christiaan@christiaan-Z230:~$
Afterwards, I had no problems installing the lastest dev-branches of
FairSoft, FairRoot and R3BRoot.
So thank you very much for your help.
Christiaan.
|
|
|