Skip to content

Commit

Permalink
AMReX: development (#735)
Browse files Browse the repository at this point in the history
* AMReX: `development`

Update AMReX to the latest `development` commit, so we can start
using the `SmallMatrix` math from
AMReX-Codes/amrex#4176

* Update `pyAMReX` to latest `development`

Use latest commit in `development` for breaking AMReX changes.
  • Loading branch information
ax3l authored Oct 10, 2024
1 parent af08b3e commit 623cee4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/dependencies/ABLASTR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ set(ImpactX_ablastr_branch "24.10"
set(ImpactX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
CACHE STRING
"Repository URI to pull and build AMReX from if(ImpactX_amrex_internal)")
set(ImpactX_amrex_branch ""
set(ImpactX_amrex_branch "fcc5bd2927e9dd380aa8dd918c6656050b74dd8f"
CACHE STRING
"Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)")

Expand Down
2 changes: 1 addition & 1 deletion cmake/dependencies/pyAMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON)
set(ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
CACHE STRING
"Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)")
set(ImpactX_pyamrex_branch "24.10"
set(ImpactX_pyamrex_branch "8742a79c29b7db30c7287c8e33109c0d8be1277a"
CACHE STRING
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")

Expand Down

0 comments on commit 623cee4

Please sign in to comment.