File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff 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 ()
Original file line number Diff line number Diff 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 ()
4343endfunction ()
@@ -52,7 +52,7 @@ option(WarpX_pybind11_internal "Download & build pybind11" ON)
5252set (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
Original file line number Diff line number Diff line change 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+ }
You can’t perform that action at this time.
0 commit comments