sci-libs/scipy: Parallel build fails (#614464)

Package-Manager: Portage-2.3.41, Repoman-2.3.9
This commit is contained in:
Pacho Ramos
2018-06-27 23:04:20 +02:00
parent fb5c9a5634
commit dea904d8d7
3 changed files with 7 additions and 4 deletions

View File

@@ -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}
}

View File

@@ -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}
}

View File

@@ -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}
}