Skip to content

Commit

Permalink
[vcpkg baseline][openvino] Disable find pybind11 (#32561)
Browse files Browse the repository at this point in the history
* [vcpkg baseline][openvino] Disable find pybind11

* update version
  • Loading branch information
LilyWangLL authored Jul 14, 2023
1 parent 7e1bd5f commit 9c7ddca
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions ports/openvino/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ vcpkg_cmake_configure(
"-DENABLE_PYTHON=OFF"
"-DENABLE_GAPI_PREPROCESSING=OFF"
"-DCPACK_GENERATOR=VCPKG"
"-DCMAKE_DISABLE_FIND_PACKAGE_pybind11=ON"
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/openvino/vcpkg.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "openvino",
"version-date": "2023-06-11",
"port-version": 1,
"port-version": 2,
"maintainers": "OpenVINO Developers <openvino@intel.com>",
"summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference",
"description": [
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6082,7 +6082,7 @@
},
"openvino": {
"baseline": "2023-06-11",
"port-version": 1
"port-version": 2
},
"openvpn3": {
"baseline": "3.7.0",
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/openvino.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "42a42b174342b956f51bfd641761787fc3ced98a",
"version-date": "2023-06-11",
"port-version": 2
},
{
"git-tree": "b845ea9bb49b0f44f2423d210e950003b67bfac4",
"version-date": "2023-06-11",
Expand Down

0 comments on commit 9c7ddca

Please sign in to comment.