Skip to content

Commit

Permalink
pyAMReX: Latest Commit (#434)
Browse files Browse the repository at this point in the history
Update to the latest pyAMReX commit.

Mainly, to make available the new `.to_numpy()`/`.to_cupy()`
helper functions.
  • Loading branch information
ax3l authored Sep 27, 2023
1 parent 458e1dc commit 0aa15a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/dependencies/pyAMReX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,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 "23.09"
set(ImpactX_pyamrex_branch "56d5c98f45cd170dca9cea4be5cee118c0fb8b8f"
CACHE STRING
"Repository branch for ImpactX_pyamrex_repo if(ImpactX_pyamrex_internal)")

Expand Down

0 comments on commit 0aa15a3

Please sign in to comment.