mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-29 03:34:26 +08:00
[libfabric] Update to 1.31.2 (#20975)
This commit is contained in:
parent
1b30a6adfd
commit
96955ddc71
@ -5,9 +5,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY)
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO ofiwg/libfabric
|
REPO ofiwg/libfabric
|
||||||
REF 9682913a72c982b4a872b6b18cf2889e158a029b # v1.13.1
|
REF bcb41c462e1e38559c94096ac06e2f578b466882 # v1.13.2
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
SHA512 a484126d5f2b6ada1a081af4ae4b60ca00da84814f485cd39746f2ab82948dc68fac5fb47cda39510996e61765d3cf07c409f7a8646f33922d2486b6fb7ee2ab
|
SHA512 b3ea464a402aa5b470ba5478350e23682488f785a3b2cb34df02f23d1663f097285f6795ab287db40b2a544c8e3969358a23165664e1fc39542038d726212e6c
|
||||||
PATCHES
|
PATCHES
|
||||||
add_additional_includes.patch
|
add_additional_includes.patch
|
||||||
)
|
)
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "libfabric",
|
"name": "libfabric",
|
||||||
"version-semver": "1.13.1",
|
"version-semver": "1.13.2",
|
||||||
"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.",
|
"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",
|
"homepage": "https://github.com/ofiwg/libfabric",
|
||||||
"supports": "windows & x64 & !static",
|
"supports": "windows & x64 & !static",
|
||||||
|
@ -3389,7 +3389,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"libfabric": {
|
"libfabric": {
|
||||||
"baseline": "1.13.1",
|
"baseline": "1.13.2",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"libffi": {
|
"libffi": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "f2ab311b282b282a5b10a3b52938c08efcdd1fc2",
|
||||||
|
"version-semver": "1.13.2",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "98605d765b6373e091da7f21b3d43667a9fc9da3",
|
"git-tree": "98605d765b6373e091da7f21b3d43667a9fc9da3",
|
||||||
"version-semver": "1.13.1",
|
"version-semver": "1.13.1",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user