mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/numpy: force MAKEOPTS=-j1
Looks like nobody cares. To allow users to build that package in the meanwhile, let's force MAKEOPTS=-j1. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.49, Repoman-2.3.10
This commit is contained in:
@@ -117,6 +117,8 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
export MAKEOPTS=-j1 # bug #660754
|
||||
|
||||
distutils-r1_python_compile \
|
||||
$(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
|
||||
${NUMPY_FCONFIG}
|
||||
|
||||
@@ -127,6 +127,8 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
export MAKEOPTS=-j1 # bug #660754
|
||||
|
||||
local python_makeopts_jobs=""
|
||||
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
|
||||
distutils-r1_python_compile \
|
||||
|
||||
@@ -114,6 +114,8 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
export MAKEOPTS=-j1 # bug #660754
|
||||
|
||||
local python_makeopts_jobs=""
|
||||
python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
|
||||
distutils-r1_python_compile \
|
||||
|
||||
@@ -104,6 +104,8 @@ python_prepare_all() {
|
||||
}
|
||||
|
||||
python_compile() {
|
||||
export MAKEOPTS=-j1 # bug #660754
|
||||
|
||||
distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user