aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rabit/vcpkg.json
blob: a979746a602016420e4d9b2d1eaa380e769a7b44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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
    }
  ]
}