Skip to content

Commit

Permalink
AMReX: Update to latest development (#162)
Browse files Browse the repository at this point in the history
Update to latest commit in `development`.

Include compile fixes for `ParticleTransformation`
and plotfile writing.
  • Loading branch information
ax3l authored Jul 26, 2023
1 parent 649ea09 commit 35d5423
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 @@ -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.07"
set(pyAMReX_amrex_branch "b75dd9d5279263768c418ce19285f87de37209f9"
CACHE STRING
"Repository branch for pyAMReX_amrex_repo if(pyAMReX_amrex_internal)")

Expand Down

0 comments on commit 35d5423

Please sign in to comment.