mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 10:49:01 +08:00
1c0c374e93
vcpkg.json and portfile.cmake disagreed. vcpkg.json: windows & x64 & !static portfile: !linux & !osx & !uwp & !x86 Also ci.baseline.txt has: libfabric:arm-uwp=fail libfabric:x64-linux=fail libfabric:x64-osx=fail libfabric:x64-uwp=fail libfabric:x64-windows-static=fail libfabric:x64-windows-static-md=fail I'm assuming "windows" means the same as !linux & !osx. I'm assuming "x64" is intended to be the same as "!x86" given the ci.baseline.txt entries. This means we need to add !uwp. In support of https://github.com/microsoft/vcpkg/pull/21502
15 lines
553 B
JSON
15 lines
553 B
JSON
{
|
|
"name": "libfabric",
|
|
"version-semver": "1.13.2",
|
|
"port-version": 1,
|
|
"description": "The OpenFabrics Interfaces Working Group (OFIWG) and the Libfabric open-source community are pleased to announce the release of version v1.6.2 of libfabric. See NEWS.md for the list of features and enhancements that have been added since the last release.",
|
|
"homepage": "https://github.com/ofiwg/libfabric",
|
|
"supports": "windows & !uwp & x64 & !static",
|
|
"dependencies": [
|
|
{
|
|
"name": "networkdirect-sdk",
|
|
"platform": "windows"
|
|
}
|
|
]
|
|
}
|