diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-20 14:50:41 +0200 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2018-09-20 14:58:48 +0200 |
| commit | 0b5b4b4c8770a61a9eb28ca5fc45ceca65a7ee6d (patch) | |
| tree | ebd477e998bafa5a7243c374f466af683413bd34 /dev-python/numpy/numpy-1.10.4.ebuild | |
| parent | c1121e7e4f41ed0947c3f9d226f94f4cfff87a16 (diff) | |
| download | gentoo-0b5b4b4c8770a61a9eb28ca5fc45ceca65a7ee6d.tar.gz gentoo-0b5b4b4c8770a61a9eb28ca5fc45ceca65a7ee6d.tar.bz2 gentoo-0b5b4b4c8770a61a9eb28ca5fc45ceca65a7ee6d.zip | |
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
Diffstat (limited to 'dev-python/numpy/numpy-1.10.4.ebuild')
| -rw-r--r-- | dev-python/numpy/numpy-1.10.4.ebuild | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/numpy/numpy-1.10.4.ebuild b/dev-python/numpy/numpy-1.10.4.ebuild index 73fc16097f88..19b3f9751ad3 100644 --- a/dev-python/numpy/numpy-1.10.4.ebuild +++ b/dev-python/numpy/numpy-1.10.4.ebuild @@ -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} |
