aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sci-physics/tauola/tauola-9999.ebuild')
-rw-r--r--sci-physics/tauola/tauola-9999.ebuild19
1 files changed, 10 insertions, 9 deletions
diff --git a/sci-physics/tauola/tauola-9999.ebuild b/sci-physics/tauola/tauola-9999.ebuild
index 67bc2b686..79b474c02 100644
--- a/sci-physics/tauola/tauola-9999.ebuild
+++ b/sci-physics/tauola/tauola-9999.ebuild
@@ -11,18 +11,21 @@ MYPN=TAUOLA
DESCRIPTION="tau decay Monte Carlo generator"
HOMEPAGE="http://tauolapp.web.cern.ch/tauolapp/"
SRC_URI=""
-LICENSE="CPC GPL-2+"
-#HepMC interface is licensed under GPL, other code under CPC
+#HepMC interface is licensed under GPL, other code under CPC
+LICENSE="CPC GPL-2+"
SLOT="0"
+KEYWORDS=""
IUSE="doc examples hepmc tau-spinner"
-RDEPEND="hepmc? ( sci-physics/hepmc )
+RDEPEND="
+ hepmc? ( sci-physics/hepmc )
tau-spinner? ( sci-physics/lhapdf )
"
DEPEND="${RDEPEND}
net-misc/wget
- doc? ( app-doc/doxygen
+ doc? (
+ app-doc/doxygen
app-text/ghostscript-gpl
app-text/texlive )
"
@@ -49,9 +52,8 @@ src_configure() {
}
src_compile() {
- emake
- if use doc;
- then
+ emake -j1
+ if use doc; then
cd "${S}/documentation/doxy_documentation" || die
emake
cd "${S}/documentation/latex_documentation" || die
@@ -67,8 +69,7 @@ src_install() {
dodoc documentation/latex_documentation/Tauola_interface_design.pdf
fi
- if use examples;
- then
+ if use examples; then
dodoc -r examples
use tau-spinner && docinto tau-spinner && dodoc -r TauSpinner/examples
fi