Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/
Date: Wed, 27 Jun 2018 21:05:00
Message-Id: 1530133460.dea904d8d71ac4d899a33e6b7739b97b38a31a0e.pacho@gentoo
1 commit: dea904d8d71ac4d899a33e6b7739b97b38a31a0e
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jun 27 21:04:20 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Jun 27 21:04:20 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea904d8
7
8 sci-libs/scipy: Parallel build fails (#614464)
9
10 Package-Manager: Portage-2.3.41, Repoman-2.3.9
11
12 sci-libs/scipy/scipy-0.19.1.ebuild | 3 ++-
13 sci-libs/scipy/scipy-1.0.0.ebuild | 5 +++--
14 sci-libs/scipy/scipy-1.1.0.ebuild | 3 ++-
15 3 files changed, 7 insertions(+), 4 deletions(-)
16
17 diff --git a/sci-libs/scipy/scipy-0.19.1.ebuild b/sci-libs/scipy/scipy-0.19.1.ebuild
18 index 5e43cbe818c..c12cc341cc7 100644
19 --- a/sci-libs/scipy/scipy-0.19.1.ebuild
20 +++ b/sci-libs/scipy/scipy-0.19.1.ebuild
21 @@ -102,9 +102,10 @@ python_prepare_all() {
22 }
23
24 python_compile() {
25 + # FIXME: parallel python building fails, bug #614464
26 + # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
27 ${EPYTHON} tools/cythonize.py || die
28 distutils-r1_python_compile \
29 - $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
30 ${SCIPY_FCONFIG}
31 }
32
33
34 diff --git a/sci-libs/scipy/scipy-1.0.0.ebuild b/sci-libs/scipy/scipy-1.0.0.ebuild
35 index 3ed2ec72b0e..0db065d7043 100644
36 --- a/sci-libs/scipy/scipy-1.0.0.ebuild
37 +++ b/sci-libs/scipy/scipy-1.0.0.ebuild
38 @@ -1,4 +1,4 @@
39 -# Copyright 1999-2017 Gentoo Foundation
40 +# Copyright 1999-2018 Gentoo Foundation
41 # Distributed under the terms of the GNU General Public License v2
42
43 EAPI=6
44 @@ -105,9 +105,10 @@ python_prepare_all() {
45 }
46
47 python_compile() {
48 + # FIXME: parallel python building fails, bug #614464
49 + # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
50 ${EPYTHON} tools/cythonize.py || die
51 distutils-r1_python_compile \
52 - $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
53 ${SCIPY_FCONFIG}
54 }
55
56
57 diff --git a/sci-libs/scipy/scipy-1.1.0.ebuild b/sci-libs/scipy/scipy-1.1.0.ebuild
58 index 789041b2c35..0db065d7043 100644
59 --- a/sci-libs/scipy/scipy-1.1.0.ebuild
60 +++ b/sci-libs/scipy/scipy-1.1.0.ebuild
61 @@ -105,9 +105,10 @@ python_prepare_all() {
62 }
63
64 python_compile() {
65 + # FIXME: parallel python building fails, bug #614464
66 + # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
67 ${EPYTHON} tools/cythonize.py || die
68 distutils-r1_python_compile \
69 - $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
70 ${SCIPY_FCONFIG}
71 }