vcpkg/ports/onnx/vcpkg.json
Park DongHa 8c4755300b
[onnx] update version to 1.10.2 and change patches (#21409)
* [onnx] build onnxifi targets without SHARED/MODULE

* update version to 1.10.2
* provide license field in vcpkg.json

* [onnx] update version, baseline

* [onnx] remove vcpkg_fail_port_install for UWP

* it's already described in the "supports"
2021-11-17 12:35:02 -08:00

36 lines
631 B
JSON

{
"name": "onnx",
"version-semver": "1.10.2",
"description": "Open standard for machine learning interoperability",
"homepage": "https://onnx.ai",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
"protobuf",
{
"name": "protobuf",
"host": true
},
{
"name": "python3",
"host": true
},
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pybind11": {
"description": "Build Python binaries",
"dependencies": [
"pybind11"
]
}
}
}