axom@0.7.0: require cmake@3.21: (#33450)

* axom@0.7.0: require cmake@3.21:

* Update var/spack/repos/builtin/packages/axom/package.py

Co-authored-by: Chris White <white238@llnl.gov>

Co-authored-by: Chris White <white238@llnl.gov>
This commit is contained in:
eugeneswalker 2022-10-21 08:15:31 -07:00 committed by GitHub
parent 428a8f72a0
commit 7c3d93465c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -91,8 +91,8 @@ class Axom(CachedCMakePackage, CudaPackage, ROCmPackage):
# Dependencies
# -----------------------------------------------------------------------
# Basics
depends_on("cmake@3.8.2:", type="build")
depends_on("cmake@3.16.8:", type="build", when="+rocm")
depends_on("cmake@3.14:", type="build")
depends_on("cmake@3.21:", type="build", when="+rocm")
depends_on("blt", type="build")
depends_on("blt@0.5.1:", type="build", when="@0.6.2:")