Commit a053457 1 parent ce487f9 commit a053457 Copy full SHA for a053457
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ jobs:
127
127
which nvcc || echo "nvcc not in PATH!"
128
128
129
129
git clone https://github.com/AMReX-Codes/amrex.git ../amrex
130
- cd ../amrex && git checkout --detach 25.01 && cd -
130
+ cd ../amrex && git checkout --detach e761abff95afbfa442cbe108027094bbddef5b11 && cd -
131
131
make COMP=gcc QED=FALSE USE_MPI=TRUE USE_GPU=TRUE USE_OMP=FALSE USE_FFT=TRUE USE_CCACHE=TRUE -j 4
132
132
133
133
ccache -s
Original file line number Diff line number Diff line change @@ -294,7 +294,7 @@ set(WarpX_amrex_src ""
294
294
set (WarpX_amrex_repo "https://github.com/AMReX-Codes/amrex.git"
295
295
CACHE STRING
296
296
"Repository URI to pull and build AMReX from if(WarpX_amrex_internal)" )
297
- set (WarpX_amrex_branch "25.01 "
297
+ set (WarpX_amrex_branch "e761abff95afbfa442cbe108027094bbddef5b11 "
298
298
CACHE STRING
299
299
"Repository branch for WarpX_amrex_repo if(WarpX_amrex_internal)" )
300
300
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
74
74
set (WarpX_pyamrex_repo "https://github.com/AMReX-Codes/pyamrex.git"
75
75
CACHE STRING
76
76
"Repository URI to pull and build pyamrex from if(WarpX_pyamrex_internal)" )
77
- set (WarpX_pyamrex_branch "25.01 "
77
+ set (WarpX_pyamrex_branch "47331d7891bda9b02e75cf452d2c55fe76c77d06 "
78
78
CACHE STRING
79
79
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)" )
80
80
You can’t perform that action at this time.
0 commit comments