#1324 closed Bug (fixed)
make install in the py8 tutorial page
Reported by: | Roberto Franceschini | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | Delphes website | Version: | Delphes 3 |
Keywords: | Cc: |
Description
I think a make install is missing in this page
https://cp3.irmp.ucl.ac.be/projects/delphes/wiki/WorkBook/Pythia8
Change History (5)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
I now see that make install
is missing in the Pythia installation instructions.
It's fixed now.
Thanks for noticing this problem.
comment:3 by , 6 years ago
Yes, I meant in Pythia, sorry if it was not clear.
Thanks for taking care of it.
comment:4 by , 6 years ago
sorry, now that I look better I think it should be
./configure --prefix=path_to_PYTHIA8_installation
make
make install
comment:5 by , 6 years ago
make install
does both compilation and installation. I use the similar commands to build a docker image:
https://github.com/delphes/docker-ubuntu/blob/14.04/Dockerfile#L44-L47
The commands work just fine. The logs can be found at the following link:
https://hub.docker.com/r/delphes/ubuntu/builds/b7no5ncvrithsdsnxy39mqh/
I don't think that the Delphes Makefile has the install rule. Delphes is expected to be modified, built and run in-place without the installation step.