Skip to content

Commit

Permalink
with Fortran support
Browse files Browse the repository at this point in the history
  • Loading branch information
MarDiehl committed Nov 25, 2023
1 parent e1a3f79 commit 32f3bea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/Fortran.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,7 @@ jobs:
run: |
cd petsc-${PETSC_VERSION}
./configure \
--with-fc=mpifort --with-cc=mpicc -with-cxx=mpicxx \
--with-zlib-dir=$(brew --prefix zlib) \
--with-fftw-dir=$(brew --prefix fftw) \
--with-hdf5-dir=$(brew --prefix hdf5-mpi) --with-hdf5-fortran-bindings=1
Expand Down

0 comments on commit 32f3bea

Please sign in to comment.