mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 20:46:41 +08:00
b29f8ef37e
* [protobuf] upgrade to latest release (v3.18.0) This requires patching OpenCV as it uses a function removed in the latest version of protobuf (FWIW, upstream OpenCV has a similar patch). * The arcus port also needs a patch * The caffe2 port also needs a patch * The brpc port also needs a patch
16 lines
329 B
JSON
16 lines
329 B
JSON
{
|
|
"name": "caffe2",
|
|
"version-string": "0.8.1",
|
|
"port-version": 5,
|
|
"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"
|
|
]
|
|
}
|