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 @@ -137,7 +137,7 @@ jobs:
137137 which nvcc || echo "nvcc not in PATH!"
138138
139139 git clone https://github.com/AMReX-Codes/amrex.git ../amrex
140- cd ../amrex && git checkout --detach 62c2a81eac7862d526e5861ef2befc00b7f5b759 && cd -
140+ cd ../amrex && git checkout --detach 92679babfc2cc66ca06ee591a80001db57c89878 && cd -
141141 make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
142142
143143 ccache -s
Original file line number Diff line number Diff line change @@ -283,7 +283,7 @@ set(WarpX_amrex_src ""
283283set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
284284 CACHE STRING
285285 "Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
286- set (WarpX_amrex_branch "62c2a81eac7862d526e5861ef2befc00b7f5b759 "
286+ set (WarpX_amrex_branch "92679babfc2cc66ca06ee591a80001db57c89878 "
287287 CACHE STRING
288288 "Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
289289
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 "d96b4948cc5812be82dbff1df5d62927c866ae07 "
77+ set (WarpX_pyamrex_branch "1aa1db34a0d1bdc084bd6069a4fd97b26266af5c "
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