amrex: add v22.06 (#30951)
This commit is contained in:
parent
2b30dc2e30
commit
9e1c87409d
1 changed files with 2 additions and 1 deletions
|
@ -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/22.05/amrex-22.05.tar.gz"
|
url = "https://github.com/AMReX-Codes/amrex/releases/download/22.06/amrex-22.06.tar.gz"
|
||||||
git = "https://github.com/AMReX-Codes/amrex.git"
|
git = "https://github.com/AMReX-Codes/amrex.git"
|
||||||
|
|
||||||
test_requires_compiler = True
|
test_requires_compiler = True
|
||||||
|
@ -22,6 +22,7 @@ class Amrex(CMakePackage, CudaPackage, ROCmPackage):
|
||||||
maintainers = ['WeiqunZhang', 'asalmgren', 'etpalmer63']
|
maintainers = ['WeiqunZhang', 'asalmgren', 'etpalmer63']
|
||||||
|
|
||||||
version('develop', branch='development')
|
version('develop', branch='development')
|
||||||
|
version('22.06', sha256='d8aa58e72c86a3da9a7be5a5947294fd3eaac6b233f563366f9e000d833726db')
|
||||||
version('22.05', sha256='a760c7ca12915ca56b60d1f3c44103185db21ec2b8c01bc7b6762ff9c84e3f53')
|
version('22.05', sha256='a760c7ca12915ca56b60d1f3c44103185db21ec2b8c01bc7b6762ff9c84e3f53')
|
||||||
version('22.04', sha256='c33f5bdbc1ca21d8dd34b494a9c6c67a7eda4f42403cec3a7c13963f9140ebcf')
|
version('22.04', sha256='c33f5bdbc1ca21d8dd34b494a9c6c67a7eda4f42403cec3a7c13963f9140ebcf')
|
||||||
version('22.03', sha256='2a67233e55f20b937e2da97f1ed3ab0666e12ef283b4d14c9456ebf21f36b77c')
|
version('22.03', sha256='2a67233e55f20b937e2da97f1ed3ab0666e12ef283b4d14c9456ebf21f36b77c')
|
||||||
|
|
Loading…
Reference in a new issue