aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libfabric/vcpkg.json
blob: 006eff89c91d54934dea8343f452e6e1d306d3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "name": "libfabric",
  "version-semver": "1.22.0",
  "description": "Libfabric, aka Open Fabrics Interfaces (OFI), defines a communication API for high-performance parallel and distributed applications.",
  "homepage": "https://ofiwg.github.io/libfabric/",
  "license": "BSD-2-Clause OR GPL-2.0-only",
  "supports": "freebsd | linux | osx | (windows & x64 & !mingw & !uwp & !(static & staticcrt))",
  "dependencies": [
    {
      "name": "networkdirect-sdk",
      "platform": "windows"
    },
    {
      "name": "vcpkg-msbuild",
      "host": true,
      "platform": "windows"
    }
  ]
}