aboutsummaryrefslogtreecommitdiff
path: root/ports/onnx/vcpkg.json
blob: 6f9ee73238067eff09f50aa446c9fd8f044f7515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
  "name": "onnx",
  "version-semver": "1.9.0",
  "description": "Open standard for machine learning interoperability",
  "homepage": "https://onnx.ai",
  "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"
      ]
    }
  }
}