Opened 12 years ago

Closed 6 years ago

#35698 closed enhancement (fixed)

pythia @8.135 does not install xmldoc directory

Reported by: andre.holzner@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: pythia

Description

in order to run the example /opt/local/share/root/tutorials/pythia/pythia8.C from the 'root' macport, one needs the files in the xmldoc subdirectory of the pythia source distribution.

This can be fixed by e.g. adding two additional lines in the Portfile:

destroot {
    ...
    eval xinstall -d ${destroot}${prefix}/share/pythia/xmldoc
    eval xinstall -m 644 [glob ${worksrcpath}/xmldoc/*] ${destroot}${prefix}/share/pythia/xmldoc
}

Change History (3)

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: mattiafrancescomoro@… removed
Owner: changed from macports-tickets@… to mattiafrancescomoro@…

comment:2 Changed 9 years ago by mf2k (Frank Schima)

Owner: changed from mattiafrancescomoro@… to macports-tickets@…
Version: 2.1.2

This port no longer has a maintainer. See #47570.

comment:3 Changed 6 years ago by jmroot (Joshua Root)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.