Skip to content

Commit 06feda8

Browse files
authored
Update dependencies (#6043)
Update dependencies: - AMReX commit; - pyAMReX commit; - PICSAR version. Using the better automation in #6038 I found out that we had missed the latest PICSAR version update (just the tag). To-do: - [x] Update after AMReX-Codes/pyamrex#455.
1 parent 738a0dd commit 06feda8

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ foreach(D IN LISTS WarpX_DIMS)
530530
warpx_enable_IPO(pyWarpX_${SD})
531531
else()
532532
# conditionally defined target in pybind11
533-
# https://github.com/pybind/pybind11/blob/v2.13.0/tools/pybind11Common.cmake#L407-L413
533+
# https://github.com/pybind/pybind11/blob/v3.0.0/tools/pybind11Common.cmake#L420-L426
534534
target_link_libraries(pyWarpX_${SD} PRIVATE pybind11::lto)
535535
endif()
536536
endif()

cmake/dependencies/pybind11.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function(find_pybind11)
3737
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_FETCHEDpybind11)
3838
endif()
3939
else()
40-
find_package(pybind11 2.13.0 CONFIG REQUIRED)
40+
find_package(pybind11 3.0.0 CONFIG REQUIRED)
4141
message(STATUS "pybind11: Found version '${pybind11_VERSION}'")
4242
endif()
4343
endfunction()
@@ -52,7 +52,7 @@ option(WarpX_pybind11_internal "Download & build pybind11" ON)
5252
set(WarpX_pybind11_repo "https://github.com/pybind/pybind11.git"
5353
CACHE STRING
5454
"Repository URI to pull and build pybind11 from if(WarpX_pybind11_internal)")
55-
set(WarpX_pybind11_branch "v2.13.6"
55+
set(WarpX_pybind11_branch "v3.0.0"
5656
CACHE STRING
5757
"Repository branch for WarpX_pybind11_repo if(WarpX_pybind11_internal)")
5858

dependencies.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"version_warpx": "25.07",
33
"version_amrex": "25.07",
44
"version_pyamrex": "25.07",
5-
"version_picsar": "25.04",
6-
"commit_amrex": "7c99975cf9090e6530125562a3288e56c9e54b6e",
7-
"commit_pyamrex": "2a2587b9333d3beb6bf6d92c3470935d032f853d",
5+
"version_picsar": "25.06",
6+
"commit_amrex": "af07c6f1d7b8da7dbb2cc2073cbde17e90e681d9",
7+
"commit_pyamrex": "f884dda4beebdd955aaba8f82a8a9530b8185bb5",
88
"commit_picsar": "0c329e66010267662a82219f7de7abbd231463f4"
9-
}
9+
}

0 commit comments

Comments
 (0)