commit: 0ee1bc73eba5a795a6ec837691cce3d19fe6962f
Author: Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 23 01:54:52 2018 +0000
Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Mon Apr 23 01:54:52 2018 +0000
URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ee1bc73
sci-mathematics/petsc: remove upstream workaround for -j1 in 3.9.0
Apparently this is not needed anymore. *hooray*
Package-Manager: Portage-2.3.31, Repoman-2.3.9
sci-mathematics/petsc/petsc-3.9.0.ebuild | 9 ---------
1 file changed, 9 deletions(-)
diff --git a/sci-mathematics/petsc/petsc-3.9.0.ebuild
b/sci-mathematics/petsc/petsc-3.9.0.ebuild
index 37def4450..e2f57c04f 100644
--- a/sci-mathematics/petsc/petsc-3.9.0.ebuild
+++ b/sci-mathematics/petsc/petsc-3.9.0.ebuild
@@ -54,15 +54,6 @@ DEPEND="${RDEPEND}
dev-util/cmake
"
-#
-# PETSc does not want its Makefiles to be invoked with anything higher than
-# -j1. The underlying build system does automatically invoke a parallel
-# build. This might not be what you want, but *hey* not your choice.
-#
-# V=1 enables verbose output with full compiler and linker invocation
-#
-MAKEOPTS="${MAKEOPTS} -j1 V=1"
-
S="${WORKDIR}/${MY_P}"
PATCHES=(