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:
Thomas Deutschmann
2018-09-20 14:50:41 +02:00
parent c1121e7e4f
commit 0b5b4b4c87
4 changed files with 8 additions and 0 deletions

View File

@@ -104,6 +104,8 @@ python_prepare_all() {
}
python_compile() {
export MAKEOPTS=-j1 # bug #660754
distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
}