amrex: add v22.01 (#28214)
This commit is contained in:
parent
7cd8bae799
commit
dd03a1a91e
@ -12,7 +12,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
mesh refinement (AMR) applications."""
|
mesh refinement (AMR) applications."""
|
||||||
|
|
||||||
homepage = "https://amrex-codes.github.io/amrex/"
|
homepage = "https://amrex-codes.github.io/amrex/"
|
||||||
url = "https://github.com/AMReX-Codes/amrex/releases/download/21.12/amrex-21.12.tar.gz"
|
url = "https://github.com/AMReX-Codes/amrex/releases/download/22.01/amrex-22.01.tar.gz"
|
||||||
git = "https://github.com/AMReX-Codes/amrex.git"
|
git = "https://github.com/AMReX-Codes/amrex.git"
|
||||||
|
|
||||||
tags = ['ecp', 'e4s']
|
tags = ['ecp', 'e4s']
|
||||||
@ -20,6 +20,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
|
|||||||
maintainers = ['WeiqunZhang', 'asalmgren']
|
maintainers = ['WeiqunZhang', 'asalmgren']
|
||||||
|
|
||||||
version('develop', branch='development')
|
version('develop', branch='development')
|
||||||
|
version('22.01', sha256='857df5b2fa8e3010b8856b81879a5be32ba7cc2e575474256eae7ef815b8354d')
|
||||||
version('21.12', sha256='439f9ebf2b440fc739a7976f3ade188ec3e1de5f51a0b151e6b8dda36fa67278')
|
version('21.12', sha256='439f9ebf2b440fc739a7976f3ade188ec3e1de5f51a0b151e6b8dda36fa67278')
|
||||||
version('21.11', sha256='2edb72d7cf7e86340fcaceb325368560957bcd952fd34cd501bfdf038e1338a4')
|
version('21.11', sha256='2edb72d7cf7e86340fcaceb325368560957bcd952fd34cd501bfdf038e1338a4')
|
||||||
version('21.10', sha256='a11954c03b1ec26c26b676460dc5de5195469e813b70fbcea6dfdefeafaf5407')
|
version('21.10', sha256='a11954c03b1ec26c26b676460dc5de5195469e813b70fbcea6dfdefeafaf5407')
|
||||||
|
Loading…
Reference in New Issue
Block a user