mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-24 20:48:31 -07:00
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:
@@ -112,7 +112,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)"
|
||||
|
||||
Reference in New Issue
Block a user