Skip to content

Commit e989d18

Browse files
committed
setup.py: version 22.11 as well
... like `AMReX.cmake`.
1 parent a76ad2b commit e989d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def build_extension(self, ext):
185185
AMReX_src = os.environ.get("AMREX_SRC")
186186
AMReX_internal = os.environ.get("AMREX_INTERNAL", "ON")
187187
AMReX_repo = os.environ.get("AMREX_REPO", "https://github.com/AMReX-Codes/amrex.git")
188-
AMReX_branch = os.environ.get("AMREX_BRANCH", "development")
188+
AMReX_branch = os.environ.get("AMREX_BRANCH", "22.11")
189189
pybind11_internal = os.environ.get("PYBIND11_INTERNAL", "ON")
190190

191191
# https://cmake.org/cmake/help/v3.0/command/if.html

0 commit comments

Comments
 (0)