commit:     4d507bf4aab80fe083dd1232cd7be1653ab26693
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 28 18:22:56 2025 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Sat Jun 28 21:51:31 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d507bf4

sci-mathematics/petsc: explicitly add --with-fc=<...> to configure line

Bug: https://bugs.gentoo.org/932452
Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-mathematics/petsc/petsc-3.23.3.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sci-mathematics/petsc/petsc-3.23.3.ebuild 
b/sci-mathematics/petsc/petsc-3.23.3.ebuild
index 2bd0a5ab5faa..6e581ebc0167 100644
--- a/sci-mathematics/petsc/petsc-3.23.3.ebuild
+++ b/sci-mathematics/petsc/petsc-3.23.3.ebuild
@@ -164,6 +164,7 @@ src_configure() {
                $(petsc_select complex-scalars scalar-type complex real) \
                $(petsc_select mpi cc mpicc $(tc-getCC)) \
                $(petsc_select mpi cxx mpicxx $(tc-getCXX)) \
+               $(petsc_select mpi fc mpif90 $(tc-getFC)) \
                $(petsc_with afterimage afterimage /usr/include/libAfterImage 
-lAfterImage) \
                $(petsc_with hypre hypre /usr/include/hypre -lHYPRE) \
                $(petsc_with superlu superlu /usr/include/superlu -lsuperlu) \

Reply via email to