silo: depends on hdf5@:1.10.999 (#15495)
Silo does not build with HDF5 1.12.
This commit is contained in:
parent
17e4df1e41
commit
55d5adfecf
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ class Silo(AutotoolsPackage):
|
|||
variant('mpi', default=True,
|
||||
description='Compile with MPI Compatibility')
|
||||
|
||||
depends_on('hdf5@:1.10.999', when='@:4.10.2')
|
||||
depends_on('hdf5~mpi', when='~mpi')
|
||||
depends_on('mpi', when='+mpi')
|
||||
depends_on('hdf5+mpi', when='+mpi')
|
||||
|
|
Loading…
Reference in a new issue