]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/tools/vcpkg/ports/gloo/vcpkg.json
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / tools / vcpkg / ports / gloo / vcpkg.json
1 {
2 "name": "gloo",
3 "version-string": "20201203",
4 "description": "Collective communications library with various primitives for multi-machine training.",
5 "homepage": "https://github.com/facebookincubator/gloo",
6 "supports": "x64 & linux",
7 "features": {
8 "cuda": {
9 "description": "for CUDA aware algorithms",
10 "dependencies": [
11 "cuda",
12 "nccl"
13 ]
14 },
15 "mpi": {
16 "description": "for coordinating machine rendezvous through MPI",
17 "dependencies": [
18 "openmpi"
19 ]
20 },
21 "redis": {
22 "description": "for coordinating machine rendezvous through Redis",
23 "dependencies": [
24 "hiredis"
25 ]
26 }
27 }
28 }