Skip to content

Commit d9ba2a2

Browse files
committed
AMReX & pyAMReX: latest development
X-ref: AMReX-Codes/pyamrex#220
1 parent c704d83 commit d9ba2a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cmake/dependencies/ABLASTR.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ set(ImpactX_ablastr_branch "23.11"
186186
set(ImpactX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
187187
CACHE STRING
188188
"Repository URI to pull and build AMReX from if(ImpactX_amrex_internal)")
189-
set(ImpactX_amrex_branch ""
189+
set(ImpactX_amrex_branch "175b99d913dc2748e43c53192737170c770fe0e8"
190190
CACHE STRING
191191
"Repository branch for ImpactX_amrex_repo if(ImpactX_amrex_internal)")
192192

cmake/dependencies/pyAMReX.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ option(ImpactX_pyamrex_internal "Download & build pyAMReX" ON)
7979
set(ImpactX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
8080
CACHE STRING
8181
"Repository URI to pull and build pyamrex from if(ImpactX_pyamrex_internal)")
82-
set(ImpactX_pyamrex_branch "23.11"
82+
set(ImpactX_pyamrex_branch "d90e390971de4144fb380ae62d5c74cdc27dd3fc"
8383
CACHE STRING
8484
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")
8585

0 commit comments

Comments
 (0)