Added dependency for hdf5 version number (known incompatibility with 1.10). (#8337)

This commit is contained in:
Nate Roberts 2018-05-31 19:29:44 -06:00 committed by Adam J. Stewart
parent cff6255e56
commit ed64b8dace

View File

@ -40,6 +40,7 @@ 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')
depends_on('mpi')
def cmake_args(self):