amrex: fix missing hdf5 dependency (#20714)

Co-authored-by: Tamara Dahlgren <35777542+tldahlgren@users.noreply.github.com>
This commit is contained in:
mic84 2021-01-21 16:16:55 -08:00 committed by GitHub
parent 06f65afdd5
commit 9ed4eb7a9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -78,6 +78,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
depends_on('cmake@3.14:', type='build', when='@19.04:')
# cmake @3.17: is necessary to handle cuda @11: correctly
depends_on('cmake@3.17:', type='build', when='^cuda @11:')
depends_on('hdf5@1.10.4: +mpi', when='+hdf5')
depends_on('rocrand', type='build', when='+rocm')
conflicts('%apple-clang')
conflicts('%clang')