Closed ajgilbert closed 1 month ago
It could be useful also to add set auto_convert_model T
in the madgraph configuration in scripts/setup_mg5.sh
, so that it would automatically convert py2 modules (e.g. smeftsim3 ones)
@fstaeg I updated a few things recently - bumped rivet to a newer version which seems to fix the strange compile errors in some of the built-in routines. So I think the only remaining problem would be the environment where cmake3
is not available?
now it all compiles, i just had to do two extra steps in the environment i use:
export PATH=$PATH:/cvmfs/sft.cern.ch/lcg/releases/LCG_100/CMake/3.20.0/x86_64-centos7-gcc9-opt/bin
CMAKE=cmake3
from line 9 in scripts/setup_rivet.sh
lhapdf-config
in the PATH, and use that instead of installing lhapdf locally