Replies: 1 comment
-
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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