Changes between Initial Version and Version 1 of Ticket #1522
- Timestamp:
- Nov 22, 2021, 8:28:37 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1522 – Description
initial v1 2 2 3 3 I’m trying to install Delphes (I have macOS Monterey 12.0.1) by either using 4 4 {{{ 5 5 curl -O http://cp3.irmp.ucl.ac.be/downloads/Delphes-3.2.0.tar.gz 6 6 tar -xf Delphes-3.2.0.tar.gz 7 7 cd Delphes-3.2.0/ 8 8 make 9 9 }}} 10 10 or by typing “install Delphes” inside the MagGraph environment, but neither work for me. Initially I had ROOT 6.24, but saw in a post (https://answers.launchpad.net/mg5amcnlo/+question/697395) that trying ROOT 6.20 instead of 6.24 should work (for a MacOS slightly older than the one I have). I tried getting ROOT 6.20.08 from https://root.cern/releases/release-62008/, but this still gave me errors. 11 11 12 12 Below is the output I get when I type "install Delphes" into a MadGraph environment (this is when I had ROOT 6.20.08): 13 13 {{{ 14 14 MG5_aMC>install Delphes 15 15 You are installing 'Delphes', please cite ref(s): arXiv:1307.6346. … … 122 122 save configuration file to /Users/stevenferrante/MyStuff/Cornell/Courses/GradLab/Project/MG5_aMC_v3_3_0/input/mg5_configuration.txt 123 123 MG5_aMC> 124 }}}