Skip to content

Commit

Permalink
amrex: add v23.02 (spack#35286)
Browse files Browse the repository at this point in the history
  • Loading branch information
WeiqunZhang committed Feb 1, 2023
1 parent 2432be5 commit 9865a42
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/amrex/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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/23.01/amrex-23.01.tar.gz"
url = "https://github.com/AMReX-Codes/amrex/releases/download/23.02/amrex-23.02.tar.gz"
git = "https://github.com/AMReX-Codes/amrex.git"

test_requires_compiler = True
Expand All @@ -24,6 +24,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
maintainers = ["WeiqunZhang", "asalmgren", "etpalmer63"]

version("develop", branch="development")
version("23.02", sha256="f443c5eb4b89f4a74bf0e1b8a5943da18ab81cdc76aff12e8282ca43ffd06412")
version("23.01", sha256="3b1770653a7c6d3e6167bc3cce98cbf838962102c510d1f872ab08f1115933b7")
version("22.12", sha256="7b11e547e70bdd6f4b36682708a755d173eaecd8738536306d4217df4dd1be3d")
version("22.11", sha256="8be9d5c6934d73b98c71c9c67ca7113f18794268f257333591d9b2449d7410c4")
Expand Down

0 comments on commit 9865a42

Please sign in to comment.