forked from ANNIEsoft/WCSim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sourceme
14 lines (14 loc) · 885 Bytes
/
sourceme
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
export LOG4CPP_FQ_DIR=/home/annie/log4cpp/install
export PYTHIA6_DIR=/home/annie/Pythia6Support/v6_424/
export PYTHIA6_INCLUDE_DIR=/home/annie/Pythia6Support/v6_424/inc/
export PYTHIA6_LIBRARY=/home/annie/Pythia6Support/v6_424/lib/
export GENIE=/home/annie/Genie/GENIE-v3-master/install
source /opt/rh/devtoolset-3/enable
source /home/annie/Geant4/install/bin/geant4.sh
source /home/annie/ROOT/install/bin/thisroot.sh
source /home/annie/WCSim/WCSim/envHadronic.sh
#export NO_GENIE=1 #ALLOWS WCSIM TO BE BUILT WITHOUT GENIE
export PATH=${GENIE}/bin:/home/annie/lhapdf-5.9.1/install/bin:/home/annie/fsplit/:${PATH}
export LD_LIBRARY_PATH=/home/annie/WCSim/WCSim:${GENIE}/lib:/home/annie/lhapdf-5.9.1/install/lib:/home/annie/Pythia6Support/v6_424/lib:/home/annie/log4cpp/install/lib:$LD_LIBRARY_PATH
export ROOT_INCLUDE_PATH=/home/annie/WCSim/WCSim/include:$ROOT_INCLUDE_PATH