mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
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:
parent
45de6488b2
commit
4d507bf4aa
@ -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) \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user