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 02D441382C5 for ; Mon, 23 Apr 2018 01:55:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5C69DE0AD1; Mon, 23 Apr 2018 01:55:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 38442E0AD1 for ; Mon, 23 Apr 2018 01:55:05 +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 5B109335C07 for ; Mon, 23 Apr 2018 01:55:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C913327C for ; Mon, 23 Apr 2018 01:55:02 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1524448492.0ee1bc73eba5a795a6ec837691cce3d19fe6962f.tamiko@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/petsc/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/petsc/petsc-3.9.0.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 0ee1bc73eba5a795a6ec837691cce3d19fe6962f X-VCS-Branch: master Date: Mon, 23 Apr 2018 01:55:02 +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: fbc42ecb-1060-493a-9596-e2b78a1d9752 X-Archives-Hash: fdfe26a3635a82c189928a5de8fc3c50 commit: 0ee1bc73eba5a795a6ec837691cce3d19fe6962f Author: Matthias Maier gentoo org> AuthorDate: Mon Apr 23 01:54:52 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Mon Apr 23 01:54:52 2018 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=0ee1bc73 sci-mathematics/petsc: remove upstream workaround for -j1 in 3.9.0 Apparently this is not needed anymore. *hooray* Package-Manager: Portage-2.3.31, Repoman-2.3.9 sci-mathematics/petsc/petsc-3.9.0.ebuild | 9 --------- 1 file changed, 9 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.9.0.ebuild b/sci-mathematics/petsc/petsc-3.9.0.ebuild index 37def4450..e2f57c04f 100644 --- a/sci-mathematics/petsc/petsc-3.9.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.9.0.ebuild @@ -54,15 +54,6 @@ DEPEND="${RDEPEND} dev-util/cmake " -# -# PETSc does not want its Makefiles to be invoked with anything higher than -# -j1. The underlying build system does automatically invoke a parallel -# build. This might not be what you want, but *hey* not your choice. -# -# V=1 enables verbose output with full compiler and linker invocation -# -MAKEOPTS="${MAKEOPTS} -j1 V=1" - S="${WORKDIR}/${MY_P}" PATCHES=(