diff options
| author | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-02 23:57:21 +0100 |
|---|---|---|
| committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-03-02 23:57:21 +0100 |
| commit | 885d5f81e25739a1b088e0d69369d2db992454cc (patch) | |
| tree | ac982676a093eb228db0dd7d0b17d664287702d5 /dev-python/numpy/numpy-1.15.4.ebuild | |
| parent | a5b3543d44f04c1e560ea622efa883f0196eee69 (diff) | |
| download | gentoo-885d5f81e25739a1b088e0d69369d2db992454cc.tar.gz gentoo-885d5f81e25739a1b088e0d69369d2db992454cc.tar.bz2 gentoo-885d5f81e25739a1b088e0d69369d2db992454cc.zip | |
dev-python/numpy: drop parallel build workaround
Cannot reproduce with >numpy-1.13.3 anymore.
Bug: https://bugs.gentoo.org/660754
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-python/numpy/numpy-1.15.4.ebuild')
| -rw-r--r-- | dev-python/numpy/numpy-1.15.4.ebuild | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/dev-python/numpy/numpy-1.15.4.ebuild b/dev-python/numpy/numpy-1.15.4.ebuild index f25c715339bd..321b3a2e6722 100644 --- a/dev-python/numpy/numpy-1.15.4.ebuild +++ b/dev-python/numpy/numpy-1.15.4.ebuild @@ -109,8 +109,6 @@ 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 \ |
