ParaView/VTK: Update hdf5 constraints (#28691)

hdf5@1.10: is required for the new version of vtkHDFReader
This commit is contained in:
kwryankrattiger 2022-02-01 08:50:11 -06:00 committed by GitHub
parent eb7bc7fc4b
commit 099a16ed8f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

View file

@ -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')

View file

@ -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')