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 AC81013997D for ; Thu, 14 Nov 2019 23:26:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AFCB7E086E; Thu, 14 Nov 2019 23:26:52 +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 92DB6E086E for ; Thu, 14 Nov 2019 23:26:52 +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 9CB7B34CB43 for ; Thu, 14 Nov 2019 23:26:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1E9A55FF for ; Thu, 14 Nov 2019 23:26:50 +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: <1573774000.3fae04d5214f2296674ad463bb8ebdc83d2245fa.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/petsc/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/petsc/petsc-3.12.1.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 3fae04d5214f2296674ad463bb8ebdc83d2245fa X-VCS-Branch: master Date: Thu, 14 Nov 2019 23:26:50 +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: 87793d90-5bc9-4afd-a1f0-324b2fb1f41d X-Archives-Hash: 6bf0a68c98dfe882c16ac7280fb91d0d commit: 3fae04d5214f2296674ad463bb8ebdc83d2245fa Author: Matthias Maier gentoo org> AuthorDate: Thu Nov 14 23:25:42 2019 +0000 Commit: Matthias Maier gentoo org> CommitDate: Thu Nov 14 23:26:40 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fae04d5 sci-mathematics/petsc: more configuration fixes Package-Manager: Portage-2.3.79, Repoman-2.3.18 Signed-off-by: Matthias Maier gentoo.org> sci-mathematics/petsc/petsc-3.12.1.ebuild | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.12.1.ebuild b/sci-mathematics/petsc/petsc-3.12.1.ebuild index 2e5365823ea..845d7ff75d6 100644 --- a/sci-mathematics/petsc/petsc-3.12.1.ebuild +++ b/sci-mathematics/petsc/petsc-3.12.1.ebuild @@ -159,23 +159,23 @@ src_configure() { $(use_with hdf5) \ $(petsc_with hypre hypre \ /usr/include/hypre -lHYPRE) \ - $(petsc_with sparse suitesparse) \ + $(use_with sparse suitesparse) \ $(petsc_with superlu superlu \ /usr/include/superlu -lsuperlu) \ - $(petsc_with X x) \ - $(petsc_with X x11) \ + $(use_with X x) \ + $(use_with X x11) \ $(petsc_with scotch ptscotch \ /usr/include/scotch \ [-lptesmumps,-lptscotch,-lptscotcherr,-lscotch,-lscotcherr]) \ $(petsc_with mumps scalapack \ /usr/include/scalapack -lscalapack) \ - $(petsc_with mumps mumps \ + $(use_with mumps mumps \ /usr/include \ [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \ --with-imagemagick=0 \ --with-python=0 \ - $(petsc_with boost) \ - $(petsc_with fftw) + $(use_with boost) \ + $(use_with fftw) } src_install() {