mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-26 09:31:08 +08:00
[gloo] Update to 20240626 (#41180)
This commit is contained in:
parent
00f2c41ce0
commit
b0186b1c29
@ -1,24 +0,0 @@
|
|||||||
diff --git a/gloo/transport/tcp/device.cc b/gloo/transport/tcp/device.cc
|
|
||||||
index cda44c8..2df6167 100644
|
|
||||||
--- a/gloo/transport/tcp/device.cc
|
|
||||||
+++ b/gloo/transport/tcp/device.cc
|
|
||||||
@@ -12,6 +12,7 @@
|
|
||||||
#include <netdb.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <string.h>
|
|
||||||
+#include <array>
|
|
||||||
|
|
||||||
#include "gloo/common/linux.h"
|
|
||||||
#include "gloo/common/logging.h"
|
|
||||||
diff --git a/gloo/transport/tcp/tls/pair.cc b/gloo/transport/tcp/tls/pair.cc
|
|
||||||
index e8f95f7..b0277aa 100644
|
|
||||||
--- a/gloo/transport/tcp/tls/pair.cc
|
|
||||||
+++ b/gloo/transport/tcp/tls/pair.cc
|
|
||||||
@@ -17,6 +17,7 @@
|
|
||||||
|
|
||||||
#include <cstring>
|
|
||||||
#include <poll.h>
|
|
||||||
+#include <array>
|
|
||||||
|
|
||||||
namespace gloo {
|
|
||||||
namespace transport {
|
|
@ -1,12 +1,10 @@
|
|||||||
vcpkg_from_github(
|
vcpkg_from_github(
|
||||||
OUT_SOURCE_PATH SOURCE_PATH
|
OUT_SOURCE_PATH SOURCE_PATH
|
||||||
REPO facebookincubator/gloo
|
REPO facebookincubator/gloo
|
||||||
REF 1da21174054eaabbbd189b7f657ea24842d821e2
|
REF 81925d1c674c34f0dc34dd9a0f2151c1b6f701eb
|
||||||
SHA512 ebd8369e413aee739a3928f8e6738c15708f009e0cd5a3763b8cadbe6f6d0a9d758585a7a2b0f7dd6d39a12882ff2f9497ab2d4edcebd4eb2a7237ab857f317e
|
SHA512 2783908e7e0d6bd7f8cf59f4e6a94c84908e459f394c294cdf34aa8d1943a193fb25d15a8662f5a32a82b23a2657e63b1aa562f3ad8953ef79c9f502d04fed20
|
||||||
HEAD_REF master
|
HEAD_REF master
|
||||||
PATCHES
|
)
|
||||||
fix-array.patch #https://github.com/facebookincubator/gloo/issues/332
|
|
||||||
)
|
|
||||||
|
|
||||||
# Determine which backend to build via specified feature
|
# Determine which backend to build via specified feature
|
||||||
vcpkg_check_features(
|
vcpkg_check_features(
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "gloo",
|
"name": "gloo",
|
||||||
"version": "20201203",
|
"version": "20240626",
|
||||||
"port-version": 3,
|
|
||||||
"description": "Collective communications library with various primitives for multi-machine training.",
|
"description": "Collective communications library with various primitives for multi-machine training.",
|
||||||
"homepage": "https://github.com/facebookincubator/gloo",
|
"homepage": "https://github.com/facebookincubator/gloo",
|
||||||
"supports": "x64 & linux",
|
"supports": "x64 & linux",
|
||||||
|
@ -3153,8 +3153,8 @@
|
|||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"gloo": {
|
"gloo": {
|
||||||
"baseline": "20201203",
|
"baseline": "20240626",
|
||||||
"port-version": 3
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"glpk": {
|
"glpk": {
|
||||||
"baseline": "5.0",
|
"baseline": "5.0",
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ae23d02fbd7438a580058574bcbda144323a203e",
|
||||||
|
"version": "20240626",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "cc506cd5c27f23c9b2f3fb1d3cfe5774c05e0364",
|
"git-tree": "cc506cd5c27f23c9b2f3fb1d3cfe5774c05e0364",
|
||||||
"version": "20201203",
|
"version": "20201203",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user