Skip to content

Commit 977b896

Browse files
Merge pull request #967 from IntelPython/update-pybind11-version-used
Use pybind11 2.10.1
2 parents 94fc13f + 1508ce3 commit 977b896

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ include(FetchContent)
3333

3434
FetchContent_Declare(
3535
pybind11
36-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
37-
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
36+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.tar.gz
37+
URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
3838
)
3939
FetchContent_MakeAvailable(pybind11)
4040

examples/pybind11/external_usm_allocation/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1313
include(FetchContent)
1414
FetchContent_Declare(
1515
pybind11
16-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
17-
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
16+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.tar.gz
17+
URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
1818
)
1919
FetchContent_MakeAvailable(pybind11)
2020

examples/pybind11/onemkl_gemv/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ include(GNUInstallDirs)
1717
include(FetchContent)
1818
FetchContent_Declare(
1919
pybind11
20-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
21-
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
20+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.tar.gz
21+
URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
2222
)
2323
FetchContent_MakeAvailable(pybind11)
2424

examples/pybind11/use_dpctl_syclqueue/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1313
include(FetchContent)
1414
FetchContent_Declare(
1515
pybind11
16-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
17-
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
16+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.1.tar.gz
17+
URL_HASH SHA256=111014b516b625083bef701df7880f78c2243835abdb263065b6b59b960b6bad
1818
)
1919
FetchContent_MakeAvailable(pybind11)
2020

0 commit comments

Comments
 (0)