summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amrex/package.py
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2022-06-07 07:01:13 -0700
committerGitHub <noreply@github.com>2022-06-07 16:01:13 +0200
commited263615d7fad8d7beaef63949cc380e6a4cc2c4 (patch)
treeb7f731110581499f551a6970e0d15c374d250006 /var/spack/repos/builtin/packages/amrex/package.py
parentb4e775a11af3ba9ae87c160b4aea8544c6ede672 (diff)
downloadspack-ed263615d7fad8d7beaef63949cc380e6a4cc2c4.tar.gz
spack-ed263615d7fad8d7beaef63949cc380e6a4cc2c4.tar.bz2
spack-ed263615d7fad8d7beaef63949cc380e6a4cc2c4.tar.xz
spack-ed263615d7fad8d7beaef63949cc380e6a4cc2c4.zip
AMReX: update the CMake requirements for v22.06+ (#31018)
Diffstat (limited to 'var/spack/repos/builtin/packages/amrex/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amrex/package.py1
1 files changed, 1 insertions, 0 deletions
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')