mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:59:55 +08:00
063d942f8d
* [onnx] update to 1.15.0 * [onnx] update to 1.15.0 * fix post build * [onnx-optimizer] update to 0.3.18 * [onnx-optimizer] update to 0.3.18
36 lines
631 B
JSON
36 lines
631 B
JSON
{
|
|
"name": "onnx",
|
|
"version-semver": "1.15.0",
|
|
"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"
|
|
]
|
|
}
|
|
}
|
|
}
|