Commit e477c1f0 authored by qbisi's avatar qbisi
Browse files

petsc: remove configure flag --with-hdf5-fortran-bindings=1

This option is only used when PETsc download and build hdf5 with fortran
support for other project depend on petsc. PETsc does not need it.
parent 1f4f2e02
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -150,7 +150,6 @@ stdenv.mkDerivation (finalAttrs: {
    ]
    ++ lib.optionals withHdf5 [
      "--with-hdf5=1"
      "--with-hdf5-fortran-bindings=1"
      "--with-hdf5-include=${lib.getDev hdf5-fortran-mpi}/include"
      "--with-hdf5-lib=[-L${lib.getLib hdf5-fortran-mpi}/lib,-lhdf5]"
    ]