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
I what to install checkmate on ubuntu20.04, I successfully installed root6.13.08,
after executing: ./configure --with-rootsys=/home/liuning/software/checkmate/build --with-delphes=/home/liuning/software/checkmate/Delphes-3.4.2 --with-pythia=/home/liuning/software/checkmate/pythia8243 --with-madgraph=/home/liuning/software/checkmate/MG5_aMC_v2_7_3
it shows: === Subconfigurations Done ===
Configuration of CheckMATE finished. Run 'make' to compile. If you have more than one core, you can use -j2 or even -j4 to speed up the compilation process.
3.But after enter: make -j8
the following error appeared:
/bin/ld: cannot find -lpythia8
/bin/ld: cannot find -lDelphes
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1004:libanalyses.la] 错误 1
make[1]: 离开目录“/home/liuning/software/checkmate/CheckMATE-2.0.26/tools/analysis”
make: *** [Makefile:293:all-recursive] 错误 1
4.Therefore, I would like to ask if ubuntu20.04 can successfully install CheckMATE? If so, how should the above problems be solved?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I what to install checkmate on ubuntu20.04, I successfully installed root6.13.08,
after executing: ./configure --with-rootsys=/home/liuning/software/checkmate/build --with-delphes=/home/liuning/software/checkmate/Delphes-3.4.2 --with-pythia=/home/liuning/software/checkmate/pythia8243 --with-madgraph=/home/liuning/software/checkmate/MG5_aMC_v2_7_3
it shows: === Subconfigurations Done ===
Configuration of CheckMATE finished. Run 'make' to compile. If you have more than one core, you can use -j2 or even -j4 to speed up the compilation process.
3.But after enter: make -j8
the following error appeared:
/bin/ld: cannot find -lpythia8
/bin/ld: cannot find -lDelphes
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:1004:libanalyses.la] 错误 1
make[1]: 离开目录“/home/liuning/software/checkmate/CheckMATE-2.0.26/tools/analysis”
make: *** [Makefile:293:all-recursive] 错误 1
4.Therefore, I would like to ask if ubuntu20.04 can successfully install CheckMATE? If so, how should the above problems be solved?
Beta Was this translation helpful? Give feedback.
All reactions