camellia: fix hdf5 dependency (#11810)

* camellia: fix hdf5 dependency

* camellia: Add comment
This commit is contained in:
t-karatsu 2019-07-02 02:40:53 +09:00 committed by Elizabeth Fischer
parent b517be2c68
commit 8ca5c3685a

View File

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