summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/camellia/package.py7
1 files changed, 6 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/camellia/package.py b/var/spack/repos/builtin/packages/camellia/package.py
index 5e20ab46bd..af82f0c501 100644
--- a/var/spack/repos/builtin/packages/camellia/package.py
+++ b/var/spack/repos/builtin/packages/camellia/package.py
@@ -22,7 +22,12 @@ class Camellia(CMakePackage):
depends_on('trilinos+amesos+amesos2+belos+epetra+epetraext+exodus+ifpack+ifpack2+intrepid+intrepid2+kokkos+ml+muelu+sacado+shards+teuchos+tpetra+zoltan+mumps+superlu-dist+hdf5+zlib+pnetcdf@master,12.12.1:')
depends_on('moab@:4', when='+moab')
- depends_on('hdf5@:1.8')
+
+ # Cameilla needs hdf5 but the description "hdf5@:1.8" is
+ # determined that "1.8.10" or "1.8.21" does not work.
+ # See https://github.com/spack/spack/pull/8337
+ depends_on('hdf5@:1.8.21')
+
depends_on('mpi')
def cmake_args(self):