From ed263615d7fad8d7beaef63949cc380e6a4cc2c4 Mon Sep 17 00:00:00 2001 From: Axel Huebl Date: Tue, 7 Jun 2022 07:01:13 -0700 Subject: AMReX: update the CMake requirements for v22.06+ (#31018) --- var/spack/repos/builtin/packages/amrex/package.py | 1 + 1 file changed, 1 insertion(+) (limited to 'var') diff --git a/var/spack/repos/builtin/packages/amrex/package.py b/var/spack/repos/builtin/packages/amrex/package.py index ab3b18f538..443ceae004 100644 --- a/var/spack/repos/builtin/packages/amrex/package.py +++ b/var/spack/repos/builtin/packages/amrex/package.py @@ -115,6 +115,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('cmake@3.17:', type='build', when='@22.06:') depends_on('cmake@3.20:', type='build', when='+rocm') depends_on('hdf5@1.10.4: +mpi', when='+hdf5') depends_on('rocrand', type='build', when='+rocm') -- cgit v1.2.3-60-g2f50