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