Skip to content

Commit

Permalink
AMReX: Update to latest development
Browse files Browse the repository at this point in the history
Update to latest commit in `development`.
  • Loading branch information
ax3l committed Aug 28, 2023
1 parent b8e39ab commit 3d62644
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ option(pyAMReX_amrex_internal "Download & build AMReX" ON)
set(pyAMReX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
CACHE STRING
"Repository URI to pull and build AMReX from if(pyAMReX_amrex_internal)")
set(pyAMReX_amrex_branch "23.08"
set(pyAMReX_amrex_branch "c45770c9f9b2c5fa98c675a439c502e78912bf47"
CACHE STRING
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)")

Expand Down
6 changes: 3 additions & 3 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ def build_extension(self, ext):
setup(
name="amrex",
# note PEP-440 syntax: x.y.zaN but x.y.z.devN
version="23.06",
version="23.08",
packages=["amrex"],
# Python sources:
package_dir={"": "src"},
Expand All @@ -231,8 +231,8 @@ def build_extension(self, ext):
"Tutorials": "https://amrex-codes.github.io/amrex/tutorials_html/",
"Doxygen": "https://amrex-codes.github.io/amrex/doxygen/",
"Reference": "https://doi.org/10.5281/zenodo.2555438",
"Source": "https://github.com/AMReX-Codes/amrex",
"Tracker": "https://github.com/AMReX-Codes/amrex/issues",
"Source": "https://github.com/AMReX-Codes/pyamrex",
"Tracker": "https://github.com/AMReX-Codes/pyamrex/issues",
},
# CMake: self-built as extension module
ext_modules=cxx_modules,
Expand Down

0 comments on commit 3d62644

Please sign in to comment.