Skip to content

Commit b40ad9f

Browse files
committed
Update pyAMReX
1 parent 65d2764 commit b40ad9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/dependencies/pyAMReX.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ function(find_pyamrex)
5959
endif()
6060
elseif(NOT WarpX_pyamrex_internal)
6161
# TODO: MPI control
62-
find_package(pyAMReX 25.04 CONFIG REQUIRED)
62+
find_package(pyAMReX 25.05 CONFIG REQUIRED)
6363
message(STATUS "pyAMReX: Found version '${pyAMReX_VERSION}'")
6464
endif()
6565
endfunction()
@@ -74,7 +74,7 @@ option(WarpX_pyamrex_internal "Download & build pyAMReX" ON)
7474
set(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 "d9e7fd083cb797bb5e873853b3e1ce2d9a4534ad"
77+
set(WarpX_pyamrex_branch "dca9aec5c8db86aed4c9fa890282011a56d0548a"
7878
CACHE STRING
7979
"Repository branch for WarpX_pyamrex_repo if(WarpX_pyamrex_internal)")
8080

0 commit comments

Comments
 (0)