early-access version 2853
This commit is contained in:
31
externals/vcpkg/ports/onnx-optimizer/vcpkg.json
vendored
Executable file
31
externals/vcpkg/ports/onnx-optimizer/vcpkg.json
vendored
Executable file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"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"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user