Skip to content

Commit a76eecf

Browse files
authored
AMReX/pyAMReX/PICSAR: Weekly Update (#6201)
Mainly to pull in AMReX-Codes/amrex#4671 Also updates pybind11 to [v3.0.1](https://github.com/pybind/pybind11/releases/tag/v3.0.1), to stay in sync with [pyAMReX](AMReX-Codes/pyamrex#481). <hr> Weekly update to latest AMReX. Weekly update to latest pyAMReX. Weekly update to latest PICSAR (no changes). ```console ./Tools/Release/update_dependencies.py --amrex ./Tools/Release/update_dependencies.py --pyamrex ./Tools/Release/update_dependencies.py --picsar ``` This pull request was created with the script `./Tools/Release/weeklyUpdate.py`, following the instructions described in https://warpx.readthedocs.io/en/latest/maintenance/release.html#update-warpx-core-dependencies. --------- Signed-off-by: Axel Huebl <[email protected]>
1 parent 5c3a002 commit a76eecf

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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 3.0.0 CONFIG REQUIRED)
40+
find_package(pybind11 3.0.1 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 "v3.0.0"
55+
set(WarpX_pybind11_branch "v3.0.1"
5656
CACHE STRING
5757
"Repository branch for WarpX_pybind11_repo if(WarpX_pybind11_internal)")
5858

dependencies.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"version_amrex": "25.09",
44
"version_pyamrex": "25.09",
55
"version_picsar": "25.06",
6-
"commit_amrex": "a67a8c6ee6e7cc22e1c2e1bae0e0d385e6c0233b",
7-
"commit_pyamrex": "7a07587b36678c098d4da6f51d07b6da1ecbcb16",
6+
"commit_amrex": "38547bb7f27764a6a711e48ff076bed62392797d",
7+
"commit_pyamrex": "5e0cefeb427cadf4b016b05ec3a5c0cbf521972d",
88
"commit_picsar": "0c329e66010267662a82219f7de7abbd231463f4"
99
}

0 commit comments

Comments
 (0)