Skip to content

Commit

Permalink
Update ABLASTR & pyAMReX
Browse files Browse the repository at this point in the history
To latest commit on `development` each.
  • Loading branch information
ax3l committed Sep 25, 2024
1 parent 3a8ab8d commit 8da648d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmake/dependencies/ABLASTR.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ macro(find_ablastr)
set(ABLASTR_FFT ${ImpactX_FFT} CACHE BOOL "" FORCE)

set(WarpX_APP OFF CACHE BOOL "" FORCE)
set(WarpX_EB ON CACHE BOOL "" FORCE)
set(WarpX_LIB OFF CACHE BOOL "" FORCE)
set(WarpX_QED OFF CACHE BOOL "" FORCE)
set(WarpX_COMPUTE ${ImpactX_COMPUTE} CACHE INTERNAL "" FORCE)
Expand Down Expand Up @@ -161,7 +162,7 @@ set(ImpactX_openpmd_src ""
set(ImpactX_ablastr_repo "https://github.com/ECP-WarpX/WarpX.git"
CACHE STRING
"Repository URI to pull and build ABLASTR from if(ImpactX_ablastr_internal)")
set(ImpactX_ablastr_branch "24.09"
set(ImpactX_ablastr_branch "3e76edc05ffcb86092831c1cc81c2e0e015a9971"
CACHE STRING
"Repository branch for ImpactX_ablastr_repo if(ImpactX_ablastr_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.09"
set(ImpactX_pyamrex_branch "1c66690f83244196c5655293f1381303a7d1589d"
CACHE STRING
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")

Expand Down

0 comments on commit 8da648d

Please sign in to comment.