Skip to content

Commit 435e939

Browse files
Update to pybind11 2.13.6
1 parent 1717b38 commit 435e939

File tree

5 files changed

+14
-10
lines changed

5 files changed

+14
-10
lines changed

CMakeLists.txt

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

7070
FetchContent_Declare(
7171
pybind11
72-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
73-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
72+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
73+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
7474
FIND_PACKAGE_ARGS NAMES pybind11
7575
)
7676
FetchContent_MakeAvailable(pybind11)

examples/pybind11/external_usm_allocation/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414
include(FetchContent)
1515
FetchContent_Declare(
1616
pybind11
17-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
18-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
17+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
18+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
19+
FIND_PACKAGE_ARGS NAMES pybind11
1920
)
2021
FetchContent_MakeAvailable(pybind11)
2122

examples/pybind11/onemkl_gemv/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,9 @@ include(GNUInstallDirs)
1818
include(FetchContent)
1919
FetchContent_Declare(
2020
pybind11
21-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
22-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
21+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
22+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
23+
FIND_PACKAGE_ARGS NAMES pybind11
2324
)
2425
FetchContent_MakeAvailable(pybind11)
2526

examples/pybind11/use_dpctl_sycl_kernel/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,9 @@ set(CMAKE_BUILD_TYPE Debug)
1515
include(FetchContent)
1616
FetchContent_Declare(
1717
pybind11
18-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
19-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
18+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
19+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
20+
FIND_PACKAGE_ARGS NAMES pybind11
2021
)
2122
FetchContent_MakeAvailable(pybind11)
2223

examples/pybind11/use_dpctl_sycl_queue/CMakeLists.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414
include(FetchContent)
1515
FetchContent_Declare(
1616
pybind11
17-
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.5.tar.gz
18-
URL_HASH SHA256=b1e209c42b3a9ed74da3e0b25a4f4cd478d89d5efbb48f04b277df427faf6252
17+
URL https://github.com/pybind/pybind11/archive/refs/tags/v2.13.6.tar.gz
18+
URL_HASH SHA256=e08cb87f4773da97fa7b5f035de8763abc656d87d5773e62f6da0587d1f0ec20
19+
FIND_PACKAGE_ARGS NAMES pybind11
1920
)
2021
FetchContent_MakeAvailable(pybind11)
2122

0 commit comments

Comments
 (0)