]> git.uio.no Git - u/mrichter/AliRoot.git/blob - TEvtGen/Photos/configure.paths.csh.in
RelVal: more retries w/pauses on VM + small fixes
[u/mrichter/AliRoot.git] / TEvtGen / Photos / configure.paths.csh.in
1 #!/bin/csh
2
3 setenv PHOTOSLOCATION "@with_photos@"
4 setenv HEPMCLOCATION "@with_hepmc@"
5 setenv TAUOLALOCATION "@with_tauola@"
6 setenv PYTHIALOCATION "@with_pythia8@"
7 setenv MCTESTERLOCATION "@with_mc_tester@"
8 setenv PYTHIA8DATA "@pythia8data@"
9
10 set ROOTLIB=`root-config --libdir`
11
12 # Examples have these paths hardcoded during compilation
13 # Nonetheless, this is line might be useful for any other programs
14 # that user might want to compile
15 if (! $?LD_LIBRARY_PATH) setenv LD_LIBRARY_PATH ""
16
17 setenv LD_LIBRARY_PATH "${PHOTOSLOCATION}/lib:${PREFIX}/lib:${HEPMCLOCATION}/lib:${TAUOLALOCATION}/lib:${PYTHIALOCATION}/lib/archive:${MCTESTERLOCATION}/lib:${ROOTLIB}:${LD_LIBRARY_PATH}"
18