From fcd1e4d21fbad15445f5381af10b355d302e478f Mon Sep 17 00:00:00 2001 From: Ehsan Date: Thu, 3 Oct 2019 02:33:51 +0330 Subject: [PATCH] [libfabric] Update library to 1.8.1 (#8415) --- ports/libfabric/CONTROL | 2 +- ports/libfabric/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/libfabric/CONTROL b/ports/libfabric/CONTROL index 83ee15df51..5f49f2dff8 100644 --- a/ports/libfabric/CONTROL +++ b/ports/libfabric/CONTROL @@ -1,5 +1,5 @@ Source: libfabric -Version: 1.8.0 +Version: 1.8.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 Build-Depends: networkdirect-sdk (windows) diff --git a/ports/libfabric/portfile.cmake b/ports/libfabric/portfile.cmake index a0bb5f8399..301807b401 100644 --- a/ports/libfabric/portfile.cmake +++ b/ports/libfabric/portfile.cmake @@ -8,9 +8,9 @@ endif() vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO ofiwg/libfabric - REF v1.8.0 + REF v1.8.1 HEAD_REF master - SHA512 1101b0967fcd5ac527f94a1e4dd72a58a007e348971eb01b57425a812e1ea8320e1cbcfba7dea35520dab2c47753d91495c6b360438ca0be98ce6ee6568e2e08 + SHA512 7c3879af3ad7dbda9e9bf9f43a2d213a8e41d50212008f29e912d3d0946efc381e6833c08206106e9f486c37eaef16103198247b328297209ef80dc66ca1b6e5 PATCHES add_additional_includes.patch )