Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ foreach(D IN LISTS WarpX_DIMS)
warpx_enable_IPO(pyWarpX_${SD})
else()
# conditionally defined target in pybind11
# https://github.com/pybind/pybind11/blob/v2.13.0/tools/pybind11Common.cmake#L407-L413
# https://github.com/pybind/pybind11/blob/v3.0.0/tools/pybind11Common.cmake#L420-L426
target_link_libraries(pyWarpX_${SD} PRIVATE pybind11::lto)
endif()
endif()
Expand Down
4 changes: 2 additions & 2 deletions cmake/dependencies/pybind11.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function(find_pybind11)
mark_as_advanced(FETCHCONTENT_UPDATES_DISCONNECTED_FETCHEDpybind11)
endif()
else()
find_package(pybind11 2.13.0 CONFIG REQUIRED)
find_package(pybind11 3.0.0 CONFIG REQUIRED)
message(STATUS "pybind11: Found version '${pybind11_VERSION}'")
endif()
endfunction()
Expand All @@ -52,7 +52,7 @@ option(WarpX_pybind11_internal "Download & build pybind11" ON)
set(WarpX_pybind11_repo "https://github.com/pybind/pybind11.git"
CACHE STRING
"Repository URI to pull and build pybind11 from if(WarpX_pybind11_internal)")
set(WarpX_pybind11_branch "v2.13.6"
set(WarpX_pybind11_branch "v3.0.0"
CACHE STRING
"Repository branch for WarpX_pybind11_repo if(WarpX_pybind11_internal)")

Expand Down
8 changes: 4 additions & 4 deletions dependencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"version_warpx": "25.07",
"version_amrex": "25.07",
"version_pyamrex": "25.07",
"version_picsar": "25.04",
"commit_amrex": "7c99975cf9090e6530125562a3288e56c9e54b6e",
"commit_pyamrex": "2a2587b9333d3beb6bf6d92c3470935d032f853d",
"version_picsar": "25.06",
"commit_amrex": "af07c6f1d7b8da7dbb2cc2073cbde17e90e681d9",
"commit_pyamrex": "f884dda4beebdd955aaba8f82a8a9530b8185bb5",
"commit_picsar": "0c329e66010267662a82219f7de7abbd231463f4"
}
}
Loading