petsc: when petsc is built with fortran [default in spack] its best to use hdf5+fortran (#9986)
This commit is contained in:
parent
47b7016ea7
commit
808c2ea5ce
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ class Petsc(Package):
|
||||||
depends_on('metis@5:~int64', when='@3.8:+metis~int64')
|
depends_on('metis@5:~int64', when='@3.8:+metis~int64')
|
||||||
depends_on('metis@5:+int64', when='@3.8:+metis+int64')
|
depends_on('metis@5:+int64', when='@3.8:+metis+int64')
|
||||||
|
|
||||||
depends_on('hdf5+mpi+hl', when='+hdf5+mpi')
|
depends_on('hdf5+mpi+hl+fortran', when='+hdf5+mpi')
|
||||||
depends_on('zlib', when='+hdf5')
|
depends_on('zlib', when='+hdf5')
|
||||||
depends_on('parmetis', when='+metis+mpi')
|
depends_on('parmetis', when='+metis+mpi')
|
||||||
# Hypre does not support complex numbers.
|
# Hypre does not support complex numbers.
|
||||||
|
|
Loading…
Reference in a new issue