[MacPorts] #35698: pythia @8.135 does not install xmldoc directory
MacPorts
noreply at macports.org
Thu Aug 16 14:32:04 PDT 2012
#35698: pythia @8.135 does not install xmldoc directory
-------------------------------------+--------------------------------------
Reporter: andre.holzner@… | Owner: macports-tickets@…
Type: enhancement | Status: new
Priority: Normal | Milestone:
Component: ports | Version: 2.1.2
Keywords: | Port: pythia
-------------------------------------+--------------------------------------
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
}
}}}
--
Ticket URL: <https://trac.macports.org/ticket/35698>
MacPorts <http://www.macports.org/>
Ports system for Mac OS
More information about the macports-tickets
mailing list