[gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/, sci-libs/gloo/

2023-05-08 Thread Alfredo Tupone
commit: 048319112eead2da41fa2865524f46425161910c
Author: wangjiezhe  gmail  com>
AuthorDate: Mon May  8 10:43:34 2023 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Mon May  8 21:00:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04831911

sci-libs/gloo: add cuda use flag

Signed-off-by: wangjiezhe  gmail.com>
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/gloo/Manifest |  1 -
 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch   | 14 +--
 sci-libs/gloo/files/gloo-2023.01.17-cuda.patch | 13 ++
 sci-libs/gloo/gloo-2022.05.18-r1.ebuild| 49 --
 ...2023.01.17.ebuild => gloo-2023.01.17-r1.ebuild} | 19 -
 sci-libs/gloo/metadata.xml |  1 +
 6 files changed, 33 insertions(+), 64 deletions(-)

diff --git a/sci-libs/gloo/Manifest b/sci-libs/gloo/Manifest
index c103eafd9ee1..07e768131dfa 100644
--- a/sci-libs/gloo/Manifest
+++ b/sci-libs/gloo/Manifest
@@ -1,2 +1 @@
-DIST gloo-2022.05.18.tar.gz 251778 BLAKE2B 
90bd97cff437d030b87c333ebb6679f199491b97826f09278b7a6740d781ca750af4e8eda18f29a4311462473146aae1fd0686443a0eb2c73e8ba34e6837b0af
 SHA512 
356b4bd4480fda0f9db039babd223c17ed24c35945877bdb6c5b28eb45ee8ce08def73d308bc906c478c4c9d485bb0f74080d90c7a4fafe84818df0a97a7f6e2
 DIST gloo-2023.01.17.tar.gz 252199 BLAKE2B 
66b5fc6786a4c07aa639a30036a21d86f43c1577a950934f558051f241d198dd3e0d7bd9da39835c5e3d617a754164cb77ae30b9bc284b0119436bf0a26f5000
 SHA512 
d39102ed00c813576066b755730e367337f2558a4223fe8dd127bd48882db6a97c67522782f7e7b00c36198ccd2096e61e84382358783d2edb1ca4ee55123344

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch 
b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index 09f7588a1858..1344d42a0c3f 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -12,7 +12,7 @@
  set(GLOO_VERSION_PATCH 0)
 --- a/gloo/CMakeLists.txt  2022-06-09 08:41:09.883773600 +0200
 +++ b/gloo/CMakeLists.txt  2022-06-09 08:42:39.045637103 +0200
-@@ -176,7 +176,7 @@
+@@ -181,7 +181,7 @@
  # want to statically link with Gloo and not install any artifacts.
  if(GLOO_INSTALL)
install(TARGETS gloo EXPORT GlooTargets
@@ -23,7 +23,7 @@
  DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
 --- a/gloo/test/CMakeLists.txt 2022-06-10 22:17:03.682856314 +0200
 +++ b/gloo/test/CMakeLists.txt 2022-06-10 22:17:49.671242697 +0200
-@@ -68,3 +68,4 @@
+@@ -73,3 +73,4 @@
gloo_hip_add_executable(gloo_test_hip ${GLOO_TEST_HIP_SRCS})
target_link_libraries(gloo_test_hip gloo_hip gtest OpenSSL::SSL 
OpenSSL::Crypto)
  endif()
@@ -62,16 +62,6 @@
endif()
  endif()
  
 a/gloo/transport/tcp/device.cc 2022-08-02 11:25:32.404166606 +0200
-+++ b/gloo/transport/tcp/device.cc 2022-08-02 11:25:48.706963018 +0200
-@@ -12,6 +12,7 @@
- #include 
- #include 
- #include 
-+#include 
- 
- #include "gloo/common/linux.h"
- #include "gloo/common/logging.h"
 --- a/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:04.099150060 +0200
 +++ b/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:22.330886610 +0200
 @@ -17,6 +17,7 @@

diff --git a/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch 
b/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch
new file mode 100644
index ..1a894d3e4251
--- /dev/null
+++ b/sci-libs/gloo/files/gloo-2023.01.17-cuda.patch
@@ -0,0 +1,13 @@
+diff --git a/gloo/CMakeLists.txt b/gloo/CMakeLists.txt
+index 9ee82df..3b3affb 100644
+--- a/gloo/CMakeLists.txt
 b/gloo/CMakeLists.txt
+@@ -184,7 +184,7 @@ if(GLOO_INSTALL)
+   DESTINATION ${CMAKE_INSTALL_LIBDIR})
+   if(USE_CUDA)
+ install(TARGETS gloo_cuda EXPORT GlooTargets
+-DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
++DESTINATION ${CMAKE_INSTALL_LIBDIR})
+   endif()
+   if(USE_ROCM)
+ install(TARGETS gloo_hip EXPORT GlooTargets

diff --git a/sci-libs/gloo/gloo-2022.05.18-r1.ebuild 
b/sci-libs/gloo/gloo-2022.05.18-r1.ebuild
deleted file mode 100644
index f22733551794..
--- a/sci-libs/gloo/gloo-2022.05.18-r1.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 2022-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-inherit cmake
-
-CommitId=5b143513263133af2b95547e97c07cebeb72bf72
-
-DESCRIPTION="library of floating-point neural network inference operators"
-HOMEPAGE="https://github.com/facebookincubator/gloo/;
-SRC_URI="https://github.com/facebookincubator/${PN}/archive/${CommitId}.tar.gz
-   -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="libuv mpi redis ssl test"
-
-RDEPEND="
-   libuv? ( dev-libs/libuv )
-   mpi? ( virtual/mpi )
-   redis? (
-   dev-db/redis
-   dev-libs/hiredis
-   )
-   ssl? ( dev-libs/openssl:0/1.1 )
-"
-DEPEND="${RDEPEND}
-"
-
-BDEPEND="test? ( dev-cpp/gtest )"
-RESTRICT="test" # For some test the network is needed
-
-S="${WORKDIR}"/${PN}-${CommitId}
-

[gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/

2022-10-04 Thread Alfredo Tupone
commit: 8b7ccb82d57e650d8a4e35a345ea3561461d34a2
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Oct  4 19:26:39 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Oct  4 19:26:39 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b7ccb82

sci-libs/gloo: fix build

Closes: https://bugs.gentoo.org/873307

Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch | 30 
 1 file changed, 30 insertions(+)

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch 
b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index e445dc9effdb..09f7588a1858 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -72,3 +72,33 @@
  
  #include "gloo/common/linux.h"
  #include "gloo/common/logging.h"
+--- a/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:04.099150060 +0200
 b/gloo/transport/tcp/tls/pair.cc   2022-10-04 21:14:22.330886610 +0200
+@@ -17,6 +17,7 @@
+ 
+ #include 
+ #include 
++#include 
+ 
+ namespace gloo {
+ namespace transport {
+--- a/gloo/common/linux.cc 2022-10-04 21:20:21.401691929 +0200
 b/gloo/common/linux.cc 2022-10-04 21:23:13.924192100 +0200
+@@ -198,7 +198,7 @@
+   } ecmd;
+   int rv;
+ 
+-  ifr->ifr_data = (__caddr_t)
++  ifr->ifr_data = (char *)
+   memset(, 0, sizeof(ecmd));
+   ecmd.req.cmd = ETHTOOL_GLINKSETTINGS;
+ 
+@@ -226,7 +226,7 @@
+   struct ethtool_cmd edata;
+   int rv;
+ 
+-  ifr->ifr_data = (__caddr_t)
++  ifr->ifr_data = (char *)
+   memset(, 0, sizeof(edata));
+   edata.cmd = ETHTOOL_GSET;
+ 



[gentoo-commits] repo/gentoo:master commit in: sci-libs/gloo/files/

2022-08-02 Thread Alfredo Tupone
commit: 13b65d9818c00d785c957612a8e22d82dcd12e43
Author: Alfredo Tupone  gentoo  org>
AuthorDate: Tue Aug  2 09:31:13 2022 +
Commit: Alfredo Tupone  gentoo  org>
CommitDate: Tue Aug  2 09:31:13 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13b65d98

sci-libs/gloo: possibly fix missing header

Closes: https://bugs.gentoo.org/862708
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Alfredo Tupone  gentoo.org>

 sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch 
b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
index 41a1ace42dc7..e445dc9effdb 100644
--- a/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
+++ b/sci-libs/gloo/files/gloo-2022.05.18-gentoo.patch
@@ -62,3 +62,13 @@
endif()
  endif()
  
+--- a/gloo/transport/tcp/device.cc 2022-08-02 11:25:32.404166606 +0200
 b/gloo/transport/tcp/device.cc 2022-08-02 11:25:48.706963018 +0200
+@@ -12,6 +12,7 @@
+ #include 
+ #include 
+ #include 
++#include 
+ 
+ #include "gloo/common/linux.h"
+ #include "gloo/common/logging.h"