ParaView/VTK: Update hdf5 constraints (#28691)
hdf5@1.10: is required for the new version of vtkHDFReader
This commit is contained in:
parent
eb7bc7fc4b
commit
099a16ed8f
2 changed files with 2 additions and 0 deletions
|
@ -150,6 +150,7 @@ class Paraview(CMakePackage, CudaPackage):
|
|||
# depends_on('hdf5~mpi', when='~mpi')
|
||||
depends_on('hdf5+hl+mpi', when='+hdf5+mpi')
|
||||
depends_on('hdf5+hl~mpi', when='+hdf5~mpi')
|
||||
depends_on('hdf5@1.10:', when='+hdf5 @5.10:')
|
||||
depends_on('adios2+mpi', when='+adios2+mpi')
|
||||
depends_on('adios2~mpi', when='+adios2~mpi')
|
||||
depends_on('jpeg')
|
||||
|
|
|
@ -110,6 +110,7 @@ class Vtk(CMakePackage):
|
|||
depends_on('glew')
|
||||
# set hl variant explicitly, similar to issue #7145
|
||||
depends_on('hdf5+hl')
|
||||
depends_on('hdf5@1.10:', when='@9.1:')
|
||||
depends_on('jpeg')
|
||||
depends_on('jsoncpp')
|
||||
depends_on('libxml2')
|
||||
|
|
Loading…
Reference in a new issue