dev-python/numpy: force MAKEOPTS=-j1 for all USE configurations

...even failing for USE=lapack on some systems.

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:29:22 +01:00
parent 09f3824f30
commit d5337dedc6
5 changed files with 5 additions and 5 deletions

View File

@@ -127,7 +127,7 @@ python_prepare_all() {
}
python_compile() {
use !lapack && export MAKEOPTS=-j1 #660754
export MAKEOPTS=-j1 #660754
local python_makeopts_jobs=""
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"