dev-python/numpy: re-add parallel make workaround for USE=-lapack

Bug: https://bugs.gentoo.org/660754
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
This commit is contained in:
Thomas Deutschmann
2019-03-03 17:23:05 +01:00
parent b4d2653c55
commit 09f3824f30
5 changed files with 10 additions and 2 deletions

View File

@@ -112,6 +112,8 @@ python_prepare_all() {
}
python_compile() {
use !lapack && export MAKEOPTS=-j1 #660754
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
distutils-r1_python_compile \