Re: ilcsoft release v01-17-07 [message #2369 is a reply to message #2368] |
Fri, 26 June 2015 07:32   |
sailer Messages: 34 Registered: February 2009 |
|
|
|
fabsalva wrote on Fri, 26 June 2015 07:17Hi Frank, all,
could you please advise how to use the version that is installed in cvmfs? We have cvmfs running on our system for ATLAS and it would certainly be a lot easier to link that one, rather than to install everything from scratch.
You need to add the /cvmfs/ilc.desy.de repository to your machine(s)
If you have root access you can try it with these steps ( https://twiki.cern.ch/twiki/bin/view/CLIC/CLICCvmfs ) at cern, but no guarantee if this works for you. You can probably start at "Config cmvfs ", because cvmfs is already installed and running.
Quote:
Is there some config file that one should run
Once you have the cvmfs running there is an init_ilcsoft.sh script in the folder of ilcsoft.
/cvmfs/ilc.desy.de/sw/x86_64_gcc44_sl6/v01-17-07/init_ilcsof t.sh
Quote:
and are there instructions on how to link e.g. a Marlin processor to all the rest of the libraries in the version that is installed in cvmfs?
Just as usual, after sourcing init_ilcsoft.sh
cd yourMarlinProcessor
mkdir build
cd build
cmake -C $ILCSOFT/ILCSoft.cmake [plus your other options] ..
make install
Cheers,
Andre
[Updated on: Fri, 26 June 2015 07:33]
|
|
|