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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9A3C5158091 for ; Fri, 3 Jun 2022 03:15:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5615E0824; Fri, 3 Jun 2022 03:15:37 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A0F42E0824 for ; Fri, 3 Jun 2022 03:15:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6583341FE7 for ; Fri, 3 Jun 2022 03:15:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 40B1C448 for ; Fri, 3 Jun 2022 03:15:35 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1654226125.27ba48650af3037fa8adf06220d4e5f1373f5885.sam@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.16.0.ebuild sci-mathematics/petsc/petsc-3.17.1.ebuild X-VCS-Directories: sci-mathematics/petsc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 27ba48650af3037fa8adf06220d4e5f1373f5885 X-VCS-Branch: master Date: Fri, 3 Jun 2022 03:15:35 +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: 85373fef-bbe2-4e73-9a08-73c81f62d18f X-Archives-Hash: bce0ad96c887d6cb9fb04b38b4f989af commit: 27ba48650af3037fa8adf06220d4e5f1373f5885 Author: Fabio Rossi inwind it> AuthorDate: Tue May 31 13:12:48 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jun 3 03:15:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27ba4865 sci-mathematics/petsc: fix configuration with USE=mumps Bug: https://bugs.gentoo.org/848789 Signed-off-by: Fabio Rossi inwind.it> Closes: https://github.com/gentoo/gentoo/pull/25701 Signed-off-by: Sam James gentoo.org> sci-mathematics/petsc/petsc-3.16.0.ebuild | 4 ++-- sci-mathematics/petsc/petsc-3.17.1.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sci-mathematics/petsc/petsc-3.16.0.ebuild b/sci-mathematics/petsc/petsc-3.16.0.ebuild index f39f87d8c281..efe8f2be01e6 100644 --- a/sci-mathematics/petsc/petsc-3.16.0.ebuild +++ b/sci-mathematics/petsc/petsc-3.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -171,7 +171,7 @@ src_configure() { [-lptesmumps,-lptscotch,-lptscotcherr,-lscotch,-lscotcherr]) \ $(petsc_with mumps scalapack \ /usr/include/scalapack -lscalapack) \ - $(use_with mumps mumps \ + $(petsc_with mumps mumps \ /usr/include \ [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \ --with-imagemagick=0 \ diff --git a/sci-mathematics/petsc/petsc-3.17.1.ebuild b/sci-mathematics/petsc/petsc-3.17.1.ebuild index 241199f5fa1c..5b316ba60986 100644 --- a/sci-mathematics/petsc/petsc-3.17.1.ebuild +++ b/sci-mathematics/petsc/petsc-3.17.1.ebuild @@ -168,12 +168,12 @@ src_configure() { $(petsc_with superlu superlu /usr/include/superlu -lsuperlu) \ $(petsc_with scotch ptscotch /usr/include/scotch [-lptesmumps,-lptscotch,-lptscotcherr,-lscotch,-lscotcherr]) \ $(petsc_with mumps scalapack /usr/include/scalapack -lscalapack) \ + $(petsc_with mumps mumps /usr/include [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \ $(use fortran && echo "$(petsc_select mpi fc mpif77 $(tc-getF77))") \ $(use int64 && echo "--with-index-size=64") \ $(use_with boost) \ $(use_with fftw) \ $(use_with hdf5) \ - $(use_with mumps mumps /usr/include [-lcmumps,-ldmumps,-lsmumps,-lzmumps,-lmumps_common,-lpord]) \ $(use_with X x) \ $(use_with X x11) }