AMReX: update the CMake requirements for v22.06+ (#31018)
This commit is contained in:
parent
b4e775a11a
commit
ed263615d7
@ -115,6 +115,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
depends_on('cmake@3.14:', type='build', when='@19.04:')
|
depends_on('cmake@3.14:', type='build', when='@19.04:')
|
||||||
# cmake @3.17: is necessary to handle cuda @11: correctly
|
# cmake @3.17: is necessary to handle cuda @11: correctly
|
||||||
depends_on('cmake@3.17:', type='build', when='^cuda @11:')
|
depends_on('cmake@3.17:', type='build', when='^cuda @11:')
|
||||||
|
depends_on('cmake@3.17:', type='build', when='@22.06:')
|
||||||
depends_on('cmake@3.20:', type='build', when='+rocm')
|
depends_on('cmake@3.20:', type='build', when='+rocm')
|
||||||
depends_on('hdf5@1.10.4: +mpi', when='+hdf5')
|
depends_on('hdf5@1.10.4: +mpi', when='+hdf5')
|
||||||
depends_on('rocrand', type='build', when='+rocm')
|
depends_on('rocrand', type='build', when='+rocm')
|
||||||
|
Loading…
Reference in New Issue
Block a user