aboutsummaryrefslogtreecommitdiff
path: root/ports/caffe2/vcpkg.json
blob: 1f4f34d63e1045b84a38f43754849ea9aa58ca07 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "caffe2",
  "version-string": "0.8.1",
  "port-version": 4,
  "description": "Caffe2 is a lightweight, modular, and scalable deep learning framework.",
  "homepage": "https://github.com/caffe2/caffe2",
  "supports": "!x86",
  "dependencies": [
    "eigen3",
    "gflags",
    "glog",
    "lmdb",
    "protobuf"
  ]
}