aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/gloo/vcpkg.json
blob: c9dca377cd011fbada92afcf06202eeef5c2f6ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
  "name": "gloo",
  "version": "20240626",
  "port-version": 1,
  "description": "Collective communications library with various primitives for multi-machine training.",
  "homepage": "https://github.com/facebookincubator/gloo",
  "supports": "x64 & linux",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "cuda": {
      "description": "for CUDA aware algorithms",
      "dependencies": [
        "cuda",
        "nccl"
      ]
    },
    "mpi": {
      "description": "for coordinating machine rendezvous through MPI",
      "dependencies": [
        "openmpi"
      ]
    },
    "redis": {
      "description": "for coordinating machine rendezvous through Redis",
      "dependencies": [
        "hiredis"
      ]
    }
  }
}