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

Bug: https://bugs.gentoo.org/932452
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
Matthias Maier 2025-06-28 13:22:56 -05:00
parent 45de6488b2
commit 4d507bf4aa
No known key found for this signature in database
GPG Key ID: 9208A532F2CFB0CE

View File

@ -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) \