diff --git a/.ci/azure/android_arm64.yml b/.ci/azure/android_arm64.yml index 2f6729cd501..4f4b602ddd8 100644 --- a/.ci/azure/android_arm64.yml +++ b/.ci/azure/android_arm64.yml @@ -134,6 +134,8 @@ jobs: python3 -m pip install -U pip cmake # vcpkg's tool dependencies sudo -E apt --assume-yes install curl zip unzip tar + # vcpkg 'python3' port dependencies + sudo -E apt --assume-yes install autoconf libtool autoconf-archive # vcpkg tree of dependencies require extra packages sudo -E apt --assume-yes install pkg-config linux-libc-dev # Install Android SDK, NDK and Tools diff --git a/vcpkg.json b/vcpkg.json index 4a0bf27d164..6b1fd4b2f25 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "openvino", - "version": "2023.0.0", + "version": "2023.2.0", "maintainers": "OpenVINO Developers ", "summary": "This is a port for Open Visual Inference And Optimization toolkit for AI inference", "description": [ @@ -14,7 +14,7 @@ "homepage": "https://github.com/openvinotoolkit/openvino", "documentation": "https://docs.openvino.ai/latest/index.html", "license": "Apache-2.0", - "builtin-baseline": "63366443439398a62afc9a63b34b9a3ba63b1cae", + "builtin-baseline": "db95d1c098a728ce39ef232bee95391cbd350561", "dependencies": [ "ade", { @@ -24,17 +24,7 @@ "pugixml", { "name": "tbb", - "platform": "static | osx", - "version>=": "2021.9.0#2" - }, - { - "name": "tbb", - "features": [ - "hwloc" - ], - "$TODO": "Remove condition for static once static tbbbind can work in oneTBB", - "platform": "!static & !osx", - "version>=": "2021.9.0#2" + "version>=": "2021.10.0#2" }, { "name": "xbyak", @@ -166,5 +156,10 @@ } ] } - } + }, + "overrides": [ + { + "name": "onnx", "version": "1.13.1", "port-version": 0 + } + ] } \ No newline at end of file