mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:39:06 +08:00
078f136afc
* glog upgrade
* tmp
* is glog initialized
* fix glog dependency
* fix glog dependency
* fix folly abort call
* delete buildtrees
* fix folly abort call
* delete useless lines
* fix caffe2 isglog initialized
* make patches shorter
* glog fix typo
* glog fix tab
* Remove cpp patch since we don't need it
* Revert 6b8759a860
Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
21 lines
410 B
JSON
21 lines
410 B
JSON
{
|
|
"name": "caffe2",
|
|
"version": "0.8.1",
|
|
"port-version": 7,
|
|
"description": "Caffe2 is a lightweight, modular, and scalable deep learning framework.",
|
|
"homepage": "https://github.com/caffe2/caffe2",
|
|
"license": "Apache-2.0",
|
|
"supports": "!x86",
|
|
"dependencies": [
|
|
"eigen3",
|
|
"gflags",
|
|
"glog",
|
|
"lmdb",
|
|
"protobuf",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|