File tree Expand file tree Collapse file tree 6 files changed +16
-10
lines changed
Expand file tree Collapse file tree 6 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1919* Update black version used in Python code style workflow [ gh-1828 ] ( https://github.com/IntelPython/dpctl/pull/1828 )
2020* Fixed CI/CD workflow for building conda packages on Windows [ gh-1831 ] ( https://github.com/IntelPython/dpctl/pull/1831 )
2121* Do not use Mambaforge variant of miniforge as deprecated [ gh-1844 ] ( https://github.com/IntelPython/dpctl/pull/1844 )
22+ * Use pybind11=2.13.6 [ gh-1845 ] ( https://github.com/IntelPython/dpctl/pull/1845 )
23+
2224
2325## [ 0.18.0] - Sept. XX, 2024
2426
Original file line number Diff line number Diff line change @@ -69,8 +69,8 @@ include(FetchContent)
6969
7070FetchContent_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)
7676FetchContent_MakeAvailable(pybind11)
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414include (FetchContent)
1515FetchContent_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)
2021FetchContent_MakeAvailable(pybind11)
2122
Original file line number Diff line number Diff line change @@ -18,8 +18,9 @@ include(GNUInstallDirs)
1818include (FetchContent)
1919FetchContent_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)
2425FetchContent_MakeAvailable(pybind11)
2526
Original file line number Diff line number Diff line change @@ -15,8 +15,9 @@ set(CMAKE_BUILD_TYPE Debug)
1515include (FetchContent)
1616FetchContent_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)
2122FetchContent_MakeAvailable(pybind11)
2223
Original file line number Diff line number Diff line change @@ -14,8 +14,9 @@ set(CMAKE_CXX_STANDARD_REQUIRED True)
1414include (FetchContent)
1515FetchContent_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)
2021FetchContent_MakeAvailable(pybind11)
2122
You can’t perform that action at this time.
0 commit comments