File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed
Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -56,18 +56,18 @@ set(openPMD_json_src ""
5656 "Local path to nlohmann_json source directory (preferred if set)" )
5757
5858# tarball fetcher
59- set (openPMD_json_tar "https://github.com/nlohmann/json/archive/refs/tags/v3.11.3 .tar.gz"
59+ set (openPMD_json_tar "https://github.com/nlohmann/json/archive/refs/tags/v3.12.0 .tar.gz"
6060 CACHE STRING
6161 "Remote tarball link to pull and build nlohmann_json from if(openPMD_USE_INTERNAL_JSON)" )
62- set (openPMD_json_tar_hash "SHA256=0d8ef5af7f9794e3263480193c491549b2ba6cc74bb018906202ada498a79406 "
62+ set (openPMD_json_tar_hash "SHA256=4b92eb0c06d10683f7447ce9406cb97cd4b453be18d7279320f7b2f025c10187 "
6363 CACHE STRING
6464 "Hash checksum of the tarball of nlohmann_json if(openPMD_USE_INTERNAL_JSON)" )
6565
6666# Git fetcher
6767set (openPMD_json_repo "https://github.com/nlohmann/json.git"
6868 CACHE STRING
6969 "Repository URI to pull and build nlohmann_json from if(openPMD_USE_INTERNAL_JSON)" )
70- set (openPMD_json_branch "v3.11.3 "
70+ set (openPMD_json_branch "v3.12.0 "
7171 CACHE STRING
7272 "Repository branch for openPMD_json_repo if(openPMD_USE_INTERNAL_JSON)" )
7373
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ set(openPMD_pybind11_src ""
6767 "Local path to pybind11 source directory (preferred if set)" )
6868
6969# tarball fetcher
70- set (openPMD_pybind11_tar "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6 .tar.gz"
70+ set (openPMD_pybind11_tar "https://github.com/pybind/pybind11/archive/refs/tags/v3.0.1 .tar.gz"
7171 CACHE STRING
7272 "Remote tarball link to pull and build pybind11 from if(openPMD_USE_INTERNAL_PYBIND11)" )
7373set (openPMD_pybind11_tar_hash "SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20"
@@ -78,7 +78,7 @@ set(openPMD_pybind11_tar_hash "SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5
7878set (openPMD_pybind11_repo "https://github.com/pybind/pybind11.git"
7979 CACHE STRING
8080 "Repository URI to pull and build pybind11 from if(openPMD_USE_INTERNAL_PYBIND11)" )
81- set (openPMD_pybind11_branch "v2.13.6 "
81+ set (openPMD_pybind11_branch "v3.0.1 "
8282 CACHE STRING
8383 "Repository branch for openPMD_pybind11_repo if(openPMD_USE_INTERNAL_PYBIND11)" )
8484
Original file line number Diff line number Diff line change @@ -64,18 +64,18 @@ set(openPMD_toml11_src ""
6464 "Local path to toml11 source directory (preferred if set)" )
6565
6666# tarball fetcher
67- set (openPMD_toml11_tar "https://github.com/ToruNiina/toml11/archive/refs/tags/v4.2 .0.tar.gz"
67+ set (openPMD_toml11_tar "https://github.com/ToruNiina/toml11/archive/refs/tags/v4.4 .0.tar.gz"
6868 CACHE STRING
6969 "Remote tarball link to pull and build toml11 from if(openPMD_USE_INTERNAL_TOML11)" )
70- set (openPMD_toml11_tar_hash "SHA256=9287971cd4a1a3992ef37e7b95a3972d1ae56410e7f8e3f300727ab1d6c79c2c "
70+ set (openPMD_toml11_tar_hash "SHA256=815bfe6792aa11a13a133b86e7f0f45edc5d71eb78f5fb6686c49c7f792b9049 "
7171 CACHE STRING
7272 "Hash checksum of the tarball of toml11 if(openPMD_USE_INTERNAL_TOML11)" )
7373
7474# Git fetcher
7575set (openPMD_toml11_repo "https://github.com/ToruNiina/toml11.git"
7676 CACHE STRING
7777 "Repository URI to pull and build toml11 from if(openPMD_USE_INTERNAL_TOML11)" )
78- set (openPMD_toml11_branch "v3.7.1 "
78+ set (openPMD_toml11_branch "v4.4.0 "
7979 CACHE STRING
8080 "Repository branch for openPMD_toml11_repo if(openPMD_USE_INTERNAL_TOML11)" )
8181
You can’t perform that action at this time.
0 commit comments