We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
setup.py
1 parent a76ad2b commit e989d18Copy full SHA for e989d18
setup.py
@@ -185,7 +185,7 @@ def build_extension(self, ext):
185
AMReX_src = os.environ.get("AMREX_SRC")
186
AMReX_internal = os.environ.get("AMREX_INTERNAL", "ON")
187
AMReX_repo = os.environ.get("AMREX_REPO", "https://github.com/AMReX-Codes/amrex.git")
188
-AMReX_branch = os.environ.get("AMREX_BRANCH", "development")
+AMReX_branch = os.environ.get("AMREX_BRANCH", "22.11")
189
pybind11_internal = os.environ.get("PYBIND11_INTERNAL", "ON")
190
191
# https://cmake.org/cmake/help/v3.0/command/if.html
0 commit comments