aboutsummaryrefslogtreecommitdiff
path: root/ports/caffe2
diff options
context:
space:
mode:
Diffstat (limited to 'ports/caffe2')
-rw-r--r--ports/caffe2/CONTROL6
-rw-r--r--ports/caffe2/vcpkg.json15
2 files changed, 15 insertions, 6 deletions
diff --git a/ports/caffe2/CONTROL b/ports/caffe2/CONTROL
deleted file mode 100644
index e9bb4dbd7..000000000
--- a/ports/caffe2/CONTROL
+++ /dev/null
@@ -1,6 +0,0 @@
-Source: caffe2
-Version: 0.8.1-3
-Build-Depends: lmdb, gflags, glog, eigen3, protobuf
-Homepage: https://github.com/caffe2/caffe2
-Description: Caffe2 is a lightweight, modular, and scalable deep learning framework.
-Supports: !x86 \ No newline at end of file
diff --git a/ports/caffe2/vcpkg.json b/ports/caffe2/vcpkg.json
new file mode 100644
index 000000000..1f4f34d63
--- /dev/null
+++ b/ports/caffe2/vcpkg.json
@@ -0,0 +1,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"
+ ]
+}