File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ jobs:
123123 which nvcc || echo "nvcc not in PATH!"
124124
125125 git clone https://github.com/AMReX-Codes/amrex.git ../amrex
126- cd ../amrex && git checkout --detach 25.05 && cd -
126+ cd ../amrex && git checkout --detach 7911bc643bffed673c92a89db33303855ece05ea && cd -
127127 make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
128128
129129 ccache -s
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294294set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295295 CACHE STRING
296296 "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
297- set (WarpX_amrex_branch "25.05 "
297+ set (WarpX_amrex_branch "7911bc643bffed673c92a89db33303855ece05ea "
298298 CACHE STRING
299299 "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
300300
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
7474set (WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
7575 CACHE STRING
7676 "Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)" )
77- set (WarpX_pyamrex_branch "25.05 "
77+ set (WarpX_pyamrex_branch "9b265787e6929ed3c3a6c56589a6049acf45bf9b "
7878 CACHE STRING
7979 "Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)" )
8080
You can’t perform that action at this time.
0 commit comments