summaryrefslogtreecommitdiff
path: root/var/spack/repos/builtin/packages/amrex/package.py
diff options
context:
space:
mode:
authorWeiqun Zhang <WeiqunZhang@lbl.gov>2022-03-04 06:38:37 -0800
committerGitHub <noreply@github.com>2022-03-04 07:38:37 -0700
commit90c28783a0f059efde075a817b4d38b77444fbcb (patch)
treef3553ce3bc0a27d253122ffc54032f23a3b6b5fa /var/spack/repos/builtin/packages/amrex/package.py
parent35406a8984002bb08d18d17dbf45eae5a6fe1fef (diff)
downloadspack-90c28783a0f059efde075a817b4d38b77444fbcb.tar.gz
spack-90c28783a0f059efde075a817b4d38b77444fbcb.tar.bz2
spack-90c28783a0f059efde075a817b4d38b77444fbcb.tar.xz
spack-90c28783a0f059efde075a817b4d38b77444fbcb.zip
amrex: add v22.03 (#29273)
Diffstat (limited to 'var/spack/repos/builtin/packages/amrex/package.py')
-rw-r--r--var/spack/repos/builtin/packages/amrex/package.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/var/spack/repos/builtin/packages/amrex/package.py b/var/spack/repos/builtin/packages/amrex/package.py
index 4c8a1c2ffe..7424bf32cb 100644
--- a/var/spack/repos/builtin/packages/amrex/package.py
+++ b/var/spack/repos/builtin/packages/amrex/package.py
@@ -12,7 +12,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
mesh refinement (AMR) applications."""
homepage = "https://amrex-codes.github.io/amrex/"
- url = "https://github.com/AMReX-Codes/amrex/releases/download/22.02/amrex-22.02.tar.gz"
+ url = "https://github.com/AMReX-Codes/amrex/releases/download/22.03/amrex-22.03.tar.gz"
git = "https://github.com/AMReX-Codes/amrex.git"
test_requires_compiler = True
@@ -22,6 +22,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
maintainers = ['WeiqunZhang', 'asalmgren', 'etpalmer63']
version('develop', branch='development')
+ version('22.03', sha256='2a67233e55f20b937e2da97f1ed3ab0666e12ef283b4d14c9456ebf21f36b77c')
version('22.02', sha256='5d8dd3fa3c416b04e70188e06b7e8fc2838d78b43a2cf33a285184c77f0c1e1e')
version('22.01', sha256='857df5b2fa8e3010b8856b81879a5be32ba7cc2e575474256eae7ef815b8354d')
version('21.12', sha256='439f9ebf2b440fc739a7976f3ade188ec3e1de5f51a0b151e6b8dda36fa67278')