vcpkg/ports/onnx-optimizer/vcpkg.json
Jia Yue Hua 063d942f8d
[onnx,onnx-optimizer] update to 1.15.0,0.3.18 (#35152)
* [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
2023-11-29 01:21:21 -08:00

32 lines
587 B
JSON

{
"name": "onnx-optimizer",
"version-semver": "0.3.18",
"description": "Actively maintained ONNX Optimizer",
"homepage": "https://github.com/onnx/optimizer",
"license": "Apache-2.0",
"dependencies": [
"onnx",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"pybind11": {
"description": "Build Python binaries",
"dependencies": [
{
"name": "onnx",
"features": [
"pybind11"
]
}
]
}
}
}