Commit Graph

11 Commits

Author SHA1 Message Date
autoantwort
a84f6612a8
[openvino] fix osx build (#34115) 2023-10-02 20:30:15 -07:00
Billy O'Neal
6a31b20534
Version database consistency fixes (#33948)
* Fix broken version constraints.

C:\Dev\vcpkg\ports\kinectsdk1\vcpkg.json: error: the "version>=" constraint to vcpkg-tool-lessmsi names version 1.10#1 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\v-\vcpkg-tool-lessmsi.json.
C:\Dev\vcpkg\ports\kinectsdk2\vcpkg.json: error: the "version>=" constraint to vcpkg-tool-lessmsi names version 1.10#1 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\v-\vcpkg-tool-lessmsi.json.
C:\Dev\vcpkg\ports\matroska\vcpkg.json: error: the "version>=" constraint to ebml names version 1.4.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\e-\ebml.json.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named onnx.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named onnx.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named paddle.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named paddle.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named tensorflow.
C:\Dev\vcpkg\ports\openvino\vcpkg.json: error: the "version>=" constraint to protobuf names version 3.20.3 which does not exist in the version database. All versions must exist in the version database to be interpreted by vcpkg. Consider removing the version constraint or choosing a value declared in C:\Dev\vcpkg\versions\p-\protobuf.json.
note: the dependency is in the feature named tensorflow.
C:\Dev\vcpkg\ports\qtvirtualkeyboard\vcpkg.json: error: the dependency t9write does not exist in the version database; does that port exist?
note: the dependency is in the feature named t9write.

* Remove entries from the baseline that do not exist.
2023-09-25 23:52:51 -07:00
JonLiu1993
d241dd8b69
[openvino] Copy the pdb file to the bin directory (#33499)
* [openvino] Copy the pdb file to the bin directory

* update version

* update version

---------

Co-authored-by: Zhao Liu <v-zhli17@microsoft.com>
2023-09-22 14:24:37 -07:00
Ilya Lavrenov
9b68425b11
[openvino] 2023.1.0 release (#33079)
* openvino: 2023.1.0 release

* updated version databases
2023-09-19 09:40:15 -07:00
Ilya Lavrenov
dd54d5e1d7
openvino: rename dnnl to onednn_cpu to avoid conflicts in packages (#33110)
* openvino: rename dnnl to onednn_cpu to avoid conflicts in packages

* updated versions files
2023-08-15 12:05:53 -07:00
Ilya Lavrenov
050db47272
openvino: migrate to 'platforms' in features (#33076)
* openvino: migrate to 'platforms' in features

* updated version databases
2023-08-10 11:04:42 -07:00
Ilya Lavrenov
2ad5618a7a
[openvino] fixed build with standalone crashpad and onednn (#32773) 2023-08-08 11:40:28 -07:00
Cheney Wang
91bb3e4b89
[onnx/onnx-optimizer] update to v1.14.0 and 0.3.17 (#32542) 2023-07-26 19:51:16 -07:00
Lily Wang
9c7ddcae77
[vcpkg baseline][openvino] Disable find pybind11 (#32561)
* [vcpkg baseline][openvino] Disable find pybind11

* update version
2023-07-14 13:40:56 -07:00
Ilya Lavrenov
5a90d5c436
[openvino] ported patch for default option value (#32082)
* [openvino] added patch to fix default option value

* updated versions files
2023-06-21 21:16:32 -07:00
Ilya Lavrenov
287be77baf
[openvino]: new port (#31671)
* [openvino]: added new port with 2023.0.0+ version

* updated versions files
2023-06-16 21:06:06 -07:00