Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/
Date: Fri, 29 Jan 2016 09:09:23
Message-Id: 1454058555.6628308541c73537f87e1c3cdb21fb85edaa27fa.jlec@gentoo
1 commit: 6628308541c73537f87e1c3cdb21fb85edaa27fa
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 29 09:08:25 2016 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 29 09:09:15 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66283085
7
8 sci-libs/scipy: Build sequential if python3.5 is involved
9
10 Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=573148
11
12 Package-Manager: portage-2.2.27
13 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
14
15 sci-libs/scipy/scipy-0.17.0.ebuild | 4 +++-
16 1 file changed, 3 insertions(+), 1 deletion(-)
17
18 diff --git a/sci-libs/scipy/scipy-0.17.0.ebuild b/sci-libs/scipy/scipy-0.17.0.ebuild
19 index 5f5776b..0982223 100644
20 --- a/sci-libs/scipy/scipy-0.17.0.ebuild
21 +++ b/sci-libs/scipy/scipy-0.17.0.ebuild
22 @@ -109,7 +109,9 @@ python_prepare_all() {
23
24 python_compile() {
25 ${EPYTHON} tools/cythonize.py || die
26 - distutils-r1_python_compile -j $(makeopts_jobs) ${SCIPY_FCONFIG}
27 + distutils-r1_python_compile \
28 + $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
29 + ${SCIPY_FCONFIG}
30 }
31
32 python_test() {