Skip to content

Commit

Permalink
[openvino] change from PR 22011
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Feb 13, 2024
1 parent c88df36 commit 866c0ee
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 18 deletions.
15 changes: 0 additions & 15 deletions ports/openvino/003-opencl.patch

This file was deleted.

9 changes: 7 additions & 2 deletions ports/openvino/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
vcpkg_download_distfile(PR_22011_PATH
URLS "https://patch-diff.githubusercontent.com/raw/openvinotoolkit/openvino/pull/22011.diff"
FILENAME "openvino-pr-22011.patch"
SHA512 d0bd6f536f109f9d5a7231c50e2b2a0573b4920d351aa61e3f1bb9f98ee4cb77e65024a281ef28c2ac7e968c5f707c4cc26136ce27cf4e3ad6fed197c6798803
)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO openvinotoolkit/openvino
Expand All @@ -8,8 +14,7 @@ vcpkg_from_github(
001-disable-tools.patch
# https://github.com/openvinotoolkit/openvino/pull/22139
002-conditional-enabling-of-js-api.patch
# https://github.com/KhronosGroup/OpenCL-CLHPP/blob/v2023.12.14/include/CL/opencl.hpp#L2342-L2344
003-opencl.patch
${PR_22011_PATH}
HEAD_REF master)

vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
Expand Down
2 changes: 1 addition & 1 deletion versions/o-/openvino.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "9482846e4d34f577439aa30e40d305c7b53c36c4",
"git-tree": "99d9f6e9474875929ad1e72cee9e661bc9998da8",
"version": "2023.3.0",
"port-version": 1
},
Expand Down

0 comments on commit 866c0ee

Please sign in to comment.