mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
8c4755300b
* [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"
36 lines
631 B
JSON
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"
|
|
]
|
|
}
|
|
}
|
|
}
|