commit: dea904d8d71ac4d899a33e6b7739b97b38a31a0e
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 27 21:04:20 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Jun 27 21:04:20 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dea904d8
sci-libs/scipy: Parallel build fails (#614464)
Package-Manager: Portage-2.3.41, Repoman-2.3.9
sci-libs/scipy/scipy-0.19.1.ebuild | 3 ++-
sci-libs/scipy/scipy-1.0.0.ebuild | 5 +++--
sci-libs/scipy/scipy-1.1.0.ebuild | 3 ++-
3 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/sci-libs/scipy/scipy-0.19.1.ebuild
b/sci-libs/scipy/scipy-0.19.1.ebuild
index 5e43cbe818c..c12cc341cc7 100644
--- a/sci-libs/scipy/scipy-0.19.1.ebuild
+++ b/sci-libs/scipy/scipy-0.19.1.ebuild
@@ -102,9 +102,10 @@ python_prepare_all() {
}
python_compile() {
+ # FIXME: parallel python building fails, bug #614464
+ # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${EPYTHON} tools/cythonize.py || die
distutils-r1_python_compile \
- $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${SCIPY_FCONFIG}
}
diff --git a/sci-libs/scipy/scipy-1.0.0.ebuild
b/sci-libs/scipy/scipy-1.0.0.ebuild
index 3ed2ec72b0e..0db065d7043 100644
--- a/sci-libs/scipy/scipy-1.0.0.ebuild
+++ b/sci-libs/scipy/scipy-1.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -105,9 +105,10 @@ python_prepare_all() {
}
python_compile() {
+ # FIXME: parallel python building fails, bug #614464
+ # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${EPYTHON} tools/cythonize.py || die
distutils-r1_python_compile \
- $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${SCIPY_FCONFIG}
}
diff --git a/sci-libs/scipy/scipy-1.1.0.ebuild
b/sci-libs/scipy/scipy-1.1.0.ebuild
index 789041b2c35..0db065d7043 100644
--- a/sci-libs/scipy/scipy-1.1.0.ebuild
+++ b/sci-libs/scipy/scipy-1.1.0.ebuild
@@ -105,9 +105,10 @@ python_prepare_all() {
}
python_compile() {
+ # FIXME: parallel python building fails, bug #614464
+ # $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${EPYTHON} tools/cythonize.py || die
distutils-r1_python_compile \
- $(usex python_targets_python3_5 "" "-j $(makeopts_jobs)") \
${SCIPY_FCONFIG}
}