Skip to content

Commit 38bb163

Browse files
committed
Revert Pybind to old version again
1 parent db94df3 commit 38bb163

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

cmake/dependencies/pybind11.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
7878
set(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

0 commit comments

Comments
 (0)