aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rabit/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/rabit/vcpkg.json')
-rw-r--r--vcpkg/ports/rabit/vcpkg.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/rabit/vcpkg.json b/vcpkg/ports/rabit/vcpkg.json
new file mode 100644
index 0000000..a979746
--- /dev/null
+++ b/vcpkg/ports/rabit/vcpkg.json
@@ -0,0 +1,19 @@
+{
+ "name": "rabit",
+ "version": "0.1",
+ "port-version": 5,
+ "description": "rabit is a light weight library that provides a fault tolerant interface of Allreduce and Broadcast. It is designed to support easy implementations of distributed machine learning programs, many of which fall naturally under the Allreduce abstraction.",
+ "homepage": "https://github.com/dmlc/rabit",
+ "supports": "!uwp",
+ "dependencies": [
+ "dmlc",
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}