vcpkg/ports/libfabric/vcpkg.json

20 lines
596 B
JSON

{
"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"
}
]
}