adding the fortran option for hdf5 dependency for comptatibility with petsc requirement (#15536)

This commit is contained in:
gauthier12 2020-03-18 19:01:04 +01:00 committed by GitHub
parent 209ec03f7e
commit cfc5f3caec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,7 @@ class MofemCephas(CMakePackage):
depends_on("parmetis")
# Fixed version of hdf5, to remove some problems with dependent
# packages, f.e. MED format
depends_on("hdf5@:1.8.19+hl+mpi")
depends_on("hdf5@:1.8.19+hl+mpi+fortran")
depends_on("petsc@:3.9.3+mumps+mpi")
depends_on('slepc', when='+slepc')
depends_on("moab")