amrex: bump version to 21.10 (#26416)
This commit is contained in:
parent
0e469fc01e
commit
43e08af7b2
@ -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/20.05/amrex-20.05.tar.gz"
|
||||
url = "https://github.com/AMReX-Codes/amrex/releases/download/21.10/amrex-21.10.tar.gz"
|
||||
git = "https://github.com/AMReX-Codes/amrex.git"
|
||||
|
||||
tags = ['ecp', 'e4s']
|
||||
@ -20,6 +20,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
|
||||
maintainers = ['WeiqunZhang', 'asalmgren']
|
||||
|
||||
version('develop', branch='development')
|
||||
version('21.10', sha256='a11954c03b1ec26c26b676460dc5de5195469e813b70fbcea6dfdefeafaf5407')
|
||||
version('21.09', sha256='983b41d93bf9417c032080fd2ec7c04d0d2b820e613a076bd07566aa5a8aa4bd')
|
||||
version('21.08', sha256='34fb6c72735c74820b27db1138e5bc9fe698ffbd8344aae10a5fbdace479b57f')
|
||||
version('21.07', sha256='9630b8c0c7ffbf3f5ea4d973a3fdb40b9b10fec0f8df33b9e24d76d2c1d15771')
|
||||
|
Loading…
Reference in New Issue
Block a user