vcpkg/ports/onnx-optimizer/vcpkg.json
Park DongHa 2aa021c307
[onnx-optimizer] create a new port (#19258)
* [onnx-optimizer] create a new port

* migrate changes to new branch

* [onnx-optimizer] specify maybe unused

* ONNX_USE_PROTOBUF_SHARED_LIBS is for Windows

* [onnx-optimizer] update baseline

* [onnx-optimizer] make protobuf option constant
2021-09-16 16:19:50 -07:00

32 lines
586 B
JSON

{
"name": "onnx-optimizer",
"version-semver": "0.2.6",
"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"
]
}
]
}
}
}