Skip to content

Commit

Permalink
AMReX: Update to latest development (#284)
Browse files Browse the repository at this point in the history
* AMReX: Update to latest development

Update to latest commit in `development`.
  • Loading branch information
ax3l authored Mar 30, 2024
1 parent bde1901 commit 6f526dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/AMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,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 "24.03"
set(pyAMReX_amrex_branch "47347f785f5c26f1f9e65bef8e10f2d383406ef7"
CACHE STRING
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)")

Expand Down

0 comments on commit 6f526dc

Please sign in to comment.