Skip to content

Commit b49b133

Browse files
authored
pyAMReX: add v26.01 (#2943)
1 parent 7bf7130 commit b49b133

File tree

1 file changed

+3
-2
lines changed
  • repos/spack_repo/builtin/packages/py_amrex

1 file changed

+3
-2
lines changed

repos/spack_repo/builtin/packages/py_amrex/package.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class PyAmrex(CMakePackage, PythonExtension, CudaPackage, ROCmPackage):
1414
"""AMReX Python Bindings with pybind11"""
1515

1616
homepage = "https://amrex-codes.github.io/amrex/"
17-
url = "https://github.com/AMReX-Codes/pyamrex/archive/refs/tags/25.12.tar.gz"
17+
url = "https://github.com/AMReX-Codes/pyamrex/archive/refs/tags/26.01.tar.gz"
1818
git = "https://github.com/AMReX-Codes/pyamrex.git"
1919

2020
maintainers("ax3l", "EZoni", "atmyers", "sayerhs", "WeiqunZhang")
@@ -24,11 +24,12 @@ class PyAmrex(CMakePackage, PythonExtension, CudaPackage, ROCmPackage):
2424
license("BSD-3-Clause-LBNL")
2525

2626
version("develop", branch="development")
27+
version("26.01", sha256="6df3717456d08b9af8537bea55f3a05b71667a42b4944ef9f8e9e56273559f4b")
2728
version("25.12", sha256="f47271d2b559650a8af02564f889e6b5792536fedf374fb54fb1d1edfa4052eb")
2829
version("25.11", sha256="87de39f435ba6d03bc69adb9cbcc7679da65ef0e4d6dcd60ab654a68220cbc1f")
2930
version("25.04", sha256="2c765d581f21170ea26a5eb50bdd2c9151d2dbed9f1002dc25e62f38ed6220c0")
3031

31-
for v in ["25.04", "25.11", "25.12", "develop"]:
32+
for v in ["25.04", "25.11", "25.12", "26.01", "develop"]:
3233
depends_on(f"amrex@{v}", when=f"@{v}", type=("build", "link"))
3334

3435
variant(

0 commit comments

Comments
 (0)