sci-libs/scipy: Parallel build fails (#614464)
authorPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 21:04:20 +0000 (23:04 +0200)
committerPacho Ramos <pacho@gentoo.org>
Wed, 27 Jun 2018 21:04:20 +0000 (23:04 +0200)
Package-Manager: Portage-2.3.41, Repoman-2.3.9

sci-libs/scipy/scipy-0.19.1.ebuild
sci-libs/scipy/scipy-1.0.0.ebuild
sci-libs/scipy/scipy-1.1.0.ebuild

index 5e43cbe818cab2e4166618f37c9c3eef8cedf35e..c12cc341cc76c625a65f81af57f747733f95cc1d 100644 (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}
 }
 
index 3ed2ec72b0e8be951bc43e837df0001dd661abd4..0db065d7043a551e45271b872f3a021ac9d82081 100644 (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}
 }
 
index 789041b2c35b04eca105d7956ff46c7f9b59affc..0db065d7043a551e45271b872f3a021ac9d82081 100644 (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}
 }