sci-physics/root: workaround for parallel make jobs.
authorBenda Xu <heroxbd@gentoo.org>
Thu, 19 May 2016 04:54:23 +0000 (13:54 +0900)
committerBenda Xu <heroxbd@gentoo.org>
Thu, 19 May 2016 04:54:45 +0000 (13:54 +0900)
Bug: 571638

Package-Manager: portage-2.2.28

sci-physics/root/root-5.34.32.ebuild

index 5464aec231ee07f46050adb45bd0e8ee504f7ac3..659aee7058ce6c8c521d1ff7cc1fc70b796e3d24 100644 (file)
@@ -340,6 +340,10 @@ src_configure() {
 }
 
 src_compile() {
+       # The build system does not handle the dependency of bin/rmkdepend correctly,
+       # preventing it to be called in parallel.  Build bin/rmkdepend explicitly
+       # first to circumvent the problem.
+       emake bin/rmkdepend
        emake \
                OPT="${CXXFLAGS}" \
                F77OPT="${FFLAGS}" \