From 96955ddc71bda9aad58e48f0078efb58425bdc1b Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Wed, 27 Oct 2021 14:57:38 +0800 Subject: [PATCH] [libfabric] Update to 1.31.2 (#20975) --- ports/libfabric/portfile.cmake | 4 ++-- ports/libfabric/vcpkg.json | 2 +- versions/baseline.json | 2 +- versions/l-/libfabric.json | 5 +++++ 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ports/libfabric/portfile.cmake b/ports/libfabric/portfile.cmake index b965173d45..563dc483f0 100644 --- a/ports/libfabric/portfile.cmake +++ b/ports/libfabric/portfile.cmake @@ -5,9 +5,9 @@ vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ofiwg/libfabric - REF 9682913a72c982b4a872b6b18cf2889e158a029b # v1.13.1 + REF bcb41c462e1e38559c94096ac06e2f578b466882 # v1.13.2 HEAD_REF master - SHA512 a484126d5f2b6ada1a081af4ae4b60ca00da84814f485cd39746f2ab82948dc68fac5fb47cda39510996e61765d3cf07c409f7a8646f33922d2486b6fb7ee2ab + SHA512 b3ea464a402aa5b470ba5478350e23682488f785a3b2cb34df02f23d1663f097285f6795ab287db40b2a544c8e3969358a23165664e1fc39542038d726212e6c PATCHES add_additional_includes.patch ) diff --git a/ports/libfabric/vcpkg.json b/ports/libfabric/vcpkg.json index 0a3eb02494..92b5b54bfe 100644 --- a/ports/libfabric/vcpkg.json +++ b/ports/libfabric/vcpkg.json @@ -1,6 +1,6 @@ { "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.", "homepage": "https://github.com/ofiwg/libfabric", "supports": "windows & x64 & !static", diff --git a/versions/baseline.json b/versions/baseline.json index 2ae25b978e..fa313176ce 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -3389,7 +3389,7 @@ "port-version": 1 }, "libfabric": { - "baseline": "1.13.1", + "baseline": "1.13.2", "port-version": 0 }, "libffi": { diff --git a/versions/l-/libfabric.json b/versions/l-/libfabric.json index 3b3ef9239f..dc53985c20 100644 --- a/versions/l-/libfabric.json +++ b/versions/l-/libfabric.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "f2ab311b282b282a5b10a3b52938c08efcdd1fc2", + "version-semver": "1.13.2", + "port-version": 0 + }, { "git-tree": "98605d765b6373e091da7f21b3d43667a9fc9da3", "version-semver": "1.13.1",