You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
now we will try to compile heppy - note we need to compile only some packages (fastjet, pythia, roounfold, cpptools)
# if working with a new shell...
module load python cmake
conda activate <your conda env># could be the one above made with yaspconda.shcd /global/cfs/cdirs/alice/$USER
git clone https://github.com/matplo/heppy.git
# make sure this is done
module use /global/cfs/cdirs/alice/heppy_soft/yasp_conda/software/modules
module load gsl root/6.28.00 HepMC2/2.06.11 LHAPDF6/6.5.3 pcre2/default swig/4.1.1 HepMC3/3.2.5
./external/fastjet/build.sh
./external/pythia8/build.sh
./external/roounfold/build.sh --ezra
./cpptools/build.sh