Fork me on GitHub

Opened 6 years ago

Closed 6 years ago

Last modified 6 years ago

#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 Pavel Demin, 6 years ago

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.

comment:2 by Pavel Demin, 6 years ago

Resolution: fixed
Status: newclosed

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 Roberto Franceschini, 6 years ago

Yes, I meant in Pythia, sorry if it was not clear.
Thanks for taking care of it.

comment:4 by Roberto Franceschini, 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 Pavel Demin, 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/

Last edited 6 years ago by Pavel Demin (previous) (diff)
Note: See TracTickets for help on using tickets.