Skip to content
Snippets Groups Projects
Commit be9189ed authored by Orestis Afedulidis's avatar Orestis Afedulidis
Browse files

added SetEnv_rub_mn2standalone.csh to use extracted minuit2 standalone library...

added SetEnv_rub_mn2standalone.csh to use extracted minuit2 standalone library from root 6.33, the environment variable MINUIT2_STANDALONE is now used in Jamroot_rub_AL9_mn2standalone to link to this minuit2 lib to pawian
parent a762e4c7
No related branches found
No related tags found
No related merge requests found
# source /opt/root/6-28.04-AL9.2-gcc12.2.0/bin/thisroot.csh
source /opt/root/6-32.04-AL9.4-gcc12.2.0/bin/thisroot.csh
setenv BOOST_BUILD_PATH /usr/share/boost-build
setenv MINUIT2_STANDALONE /data/iltschi/pawian_utils/Minuit2/Minuit2-6.33.01_AlmaLinux9.4_gcc12.2.0
setenv KMAT_DIR /data/duldul/bertram/KMatStore/
setenv EVT_DIR /data/duldul/bertram/EvtStore/
setenv TOP_DIR `pwd | sed -e 's/\/nfs//'`
setenv extern /data/sleipnir/PANDA/PWA
setenv LD_LIBRARY_PATH ${MINUIT2_STANDALONE}/lib:${TOP_DIR}/lib:${LD_LIBRARY_PATH}
setenv PATH ${TOP_DIR}/bin:${PATH}
rm Jamroot
ln -s Jamroot_rub_AL9_mn2standalone Jamroot
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment