File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -67,18 +67,18 @@ 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/v3.0.1 .tar.gz"
70+ set (openPMD_pybind11_tar "https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6 .tar.gz"
7171 CACHE STRING
7272 "Remote tarball link to pull and build pybind11 from if(openPMD_USE_INTERNAL_PYBIND11)" )
73- set (openPMD_pybind11_tar_hash "SHA256=741633da746b7c738bb71f1854f957b9da660bcd2dce68d71949037f0969d0ca "
73+ set (openPMD_pybind11_tar_hash "SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20 "
7474 CACHE STRING
7575 "Hash checksum of the tarball of pybind11 if(openPMD_USE_INTERNAL_PYBIND11)" )
7676
7777# Git fetcher
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 "v3.0.1 "
81+ set (openPMD_pybind11_branch "v2.13.6 "
8282 CACHE STRING
8383 "Repository branch for openPMD_pybind11_repo if(openPMD_USE_INTERNAL_PYBIND11)" )
8484
You can’t perform that action at this time.
0 commit comments