Updated vcpkg.json config with newer TBB version with default dependencies (#19708)

This commit is contained in:
Ilya Lavrenov 2023-09-09 01:52:07 +04:00 committed by GitHub
parent e83697ded4
commit 888d4e9633
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 14 deletions

View File

@ -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

View File

@ -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 <openvino@intel.com>",
"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
}
]
}