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 19CB2138334 for ; Sat, 2 Mar 2019 22:57:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC5C3E08E0; Sat, 2 Mar 2019 22:57:44 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 C3865E08E0 for ; Sat, 2 Mar 2019 22:57:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E94F6335D15 for ; Sat, 2 Mar 2019 22:57:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4DFFB517 for ; Sat, 2 Mar 2019 22:57:40 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1551567441.885d5f81e25739a1b088e0d69369d2db992454cc.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/numpy/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/numpy/numpy-1.14.5.ebuild dev-python/numpy/numpy-1.15.4.ebuild dev-python/numpy/numpy-9999.ebuild X-VCS-Directories: dev-python/numpy/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 885d5f81e25739a1b088e0d69369d2db992454cc X-VCS-Branch: master Date: Sat, 2 Mar 2019 22:57:40 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f6670197-46d8-4ff2-8353-730b4f3a14d6 X-Archives-Hash: c21ea2bf4431b8559f87a1eaae4a452a commit: 885d5f81e25739a1b088e0d69369d2db992454cc Author: Thomas Deutschmann gentoo org> AuthorDate: Sat Mar 2 22:57:21 2019 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sat Mar 2 22:57:21 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885d5f81 dev-python/numpy: drop parallel build workaround Cannot reproduce with >numpy-1.13.3 anymore. Bug: https://bugs.gentoo.org/660754 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Thomas Deutschmann gentoo.org> dev-python/numpy/numpy-1.14.5.ebuild | 4 +--- dev-python/numpy/numpy-1.15.4.ebuild | 2 -- dev-python/numpy/numpy-9999.ebuild | 2 -- 3 files changed, 1 insertion(+), 7 deletions(-) diff --git a/dev-python/numpy/numpy-1.14.5.ebuild b/dev-python/numpy/numpy-1.14.5.ebuild index dc3d6dfd540..630b5d21ec6 100644 --- a/dev-python/numpy/numpy-1.14.5.ebuild +++ b/dev-python/numpy/numpy-1.14.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -114,8 +114,6 @@ python_prepare_all() { } python_compile() { - export MAKEOPTS=-j1 # bug #660754 - local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" distutils-r1_python_compile \ diff --git a/dev-python/numpy/numpy-1.15.4.ebuild b/dev-python/numpy/numpy-1.15.4.ebuild index f25c715339b..321b3a2e672 100644 --- a/dev-python/numpy/numpy-1.15.4.ebuild +++ b/dev-python/numpy/numpy-1.15.4.ebuild @@ -109,8 +109,6 @@ python_prepare_all() { } python_compile() { - export MAKEOPTS=-j1 # bug #660754 - local python_makeopts_jobs="" python_is_python3 || python_makeopts_jobs="-j $(makeopts_jobs)" distutils-r1_python_compile \ diff --git a/dev-python/numpy/numpy-9999.ebuild b/dev-python/numpy/numpy-9999.ebuild index b2a2c5ad27e..baa28ab5889 100644 --- a/dev-python/numpy/numpy-9999.ebuild +++ b/dev-python/numpy/numpy-9999.ebuild @@ -104,8 +104,6 @@ python_prepare_all() { } python_compile() { - export MAKEOPTS=-j1 # bug #660754 - distutils-r1_python_compile -j $(makeopts_jobs) ${NUMPY_FCONFIG} }