]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/Photos/configure.paths.sh.in
RelVal: more retries w/pauses on VM + small fixes
[u/mrichter/AliRoot.git] / TEvtGen / Photos / configure.paths.sh.in
CommitLineData
f97ec6ec 1#!/bin/sh
2
3export PHOTOSLOCATION=@with_photos@
4export HEPMCLOCATION=@with_hepmc@
5export TAUOLALOCATION=@with_tauola@
6export PYTHIALOCATION=@with_pythia8@
7export MCTESTERLOCATION=@with_mc_tester@
8export PYTHIA8DATA=@pythia8data@
9
10ROOTLIB=`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
15export LD_LIBRARY_PATH=${PHOTOSLOCATION}/lib:${PREFIX}/lib:${HEPMCLOCATION}/lib:${TAUOLALOCATION}/lib:${PYTHIALOCATION}/lib/archive:${MCTESTERLOCATION}/lib:${ROOTLIB}:${LD_LIBRARY_PATH}