Skip to content

Commit 9b6b413

Browse files
committed
pybind11 v2.9.2 -> v2.10.0
1 parent 5004aa1 commit 9b6b413

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
@@ -31,8 +31,8 @@ include(FetchContent)
3131

3232
FetchContent_Declare(
3333
pybind11
34-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.9.2.tar.gz
35-
URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
34+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
35+
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
3636
)
3737
FetchContent_MakeAvailable(pybind11)
3838

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.9.2.tar.gz
17-
URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
16+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
17+
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
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.9.2.tar.gz
21-
URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
20+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
21+
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
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.9.2.tar.gz
17-
URL_HASH SHA256=6bd528c4dbe2276635dc787b6b1f2e5316cf6b49ee3e150264e455a0d68d19c1
16+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.10.0.tar.gz
17+
URL_HASH SHA256=eacf582fa8f696227988d08cfc46121770823839fe9e301a20fbce67e7cd70ec
1818
)
1919
FetchContent_MakeAvailable(pybind11)
2020

0 commit comments

Comments
 (0)