From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id CD1AC138334 for ; Wed, 27 Jun 2018 21:05:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A97B8E0B19; Wed, 27 Jun 2018 21:04:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 75077E0B19 for ; Wed, 27 Jun 2018 21:04:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81ECB335C5A for ; Wed, 27 Jun 2018 21:04:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 732D52C8 for ; Wed, 27 Jun 2018 21:04:55 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1530133460.dea904d8d71ac4d899a33e6b7739b97b38a31a0e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/scipy/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/scipy/scipy-0.19.1.ebuild sci-libs/scipy/scipy-1.0.0.ebuild sci-libs/scipy/scipy-1.1.0.ebuild X-VCS-Directories: sci-libs/scipy/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: dea904d8d71ac4d899a33e6b7739b97b38a31a0e X-VCS-Branch: master Date: Wed, 27 Jun 2018 21:04:55 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba7ee81c-2f32-4600-b9dc-a897b6f640be X-Archives-Hash: 5934658f1d0799524bc402c34afa2be6 commit: dea904d8d71ac4d899a33e6b7739b97b38a31a0e Author: Pacho Ramos gentoo org> AuthorDate: Wed Jun 27 21:04:20 2018 +0000 Commit: Pacho Ramos gentoo 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} }