Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/
Date: Sat, 02 Mar 2019 22:57:46
Message-Id: 1551567441.885d5f81e25739a1b088e0d69369d2db992454cc.whissi@gentoo
1 commit: 885d5f81e25739a1b088e0d69369d2db992454cc
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 22:57:21 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 22:57:21 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885d5f81
7
8 dev-python/numpy: drop parallel build workaround
9
10 Cannot reproduce with >numpy-1.13.3 anymore.
11
12 Bug: https://bugs.gentoo.org/660754
13 Package-Manager: Portage-2.3.62, Repoman-2.3.12
14 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
15
16 dev-python/numpy/numpy-1.14.5.ebuild | 4 +---
17 dev-python/numpy/numpy-1.15.4.ebuild | 2 --
18 dev-python/numpy/numpy-9999.ebuild | 2 --
19 3 files changed, 1 insertion(+), 7 deletions(-)
20
21 diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild
22 index dc3d6dfd540..630b5d21ec6 100644
23 --- a/dev-python/numpy/numpy-1.14.5.ebuild
24 +++ b/dev-python/numpy/numpy-1.14.5.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2018 Gentoo Authors
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=6
31 @@ -114,8 +114,6 @@ python_prepare_all() {
32 }
33
34 python_compile() {
35 - export MAKEOPTS=-j1 # bug #660754
36 -
37 local python_makeopts_jobs=""
38 python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
39 distutils-r1_python_compile \
40
41 diff --git a/dev-python/numpy/numpy-1.15.4.ebuild b/dev-python/numpy/numpy-1.15.4.ebuild
42 index f25c715339b..321b3a2e672 100644
43 --- a/dev-python/numpy/numpy-1.15.4.ebuild
44 +++ b/dev-python/numpy/numpy-1.15.4.ebuild
45 @@ -109,8 +109,6 @@ python_prepare_all() {
46 }
47
48 python_compile() {
49 - export MAKEOPTS=-j1 # bug #660754
50 -
51 local python_makeopts_jobs=""
52 python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)"
53 distutils-r1_python_compile \
54
55 diff --git a/dev-python/numpy/numpy-9999.ebuild b/dev-python/numpy/numpy-9999.ebuild
56 index b2a2c5ad27e..baa28ab5889 100644
57 --- a/dev-python/numpy/numpy-9999.ebuild
58 +++ b/dev-python/numpy/numpy-9999.ebuild
59 @@ -104,8 +104,6 @@ python_prepare_all() {
60 }
61
62 python_compile() {
63 - export MAKEOPTS=-j1 # bug #660754
64 -
65 distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG}
66 }