public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gloo] rawhide: Update patch
@ 2026-08-18 19:23 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-08-18 19:23 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gloo
Branch : rawhide
Commit : 9d9debcbefa052883150be67a8b3d85a453dfe9b
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-08-18T12:22:14-07:00
Stats : +21/-18 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gloo/c/9d9debcbefa052883150be67a8b3d85a453dfe9b?branch=rawhide
Log:
Update patch
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/0001-gloo-fedora-cmake-changes.patch b/0001-gloo-fedora-cmake-changes.patch
index 8750747..4e42748 100644
--- a/0001-gloo-fedora-cmake-changes.patch
+++ b/0001-gloo-fedora-cmake-changes.patch
@@ -1,23 +1,18 @@
-From de91899f3f3f49c2f6f08bd3ee1dacd18c8d791b Mon Sep 17 00:00:00 2001
-From: Tom Rix <trix@redhat.com>
-Date: Fri, 22 Sep 2023 13:27:00 -0700
+From 4526dee852e9b88e1b5caa2ea943b3689c2c9b8c Mon Sep 17 00:00:00 2001
+From: Tom Rix <Tom.Rix@amd.com>
+Date: Sun, 16 Aug 2026 14:05:10 -0700
Subject: [PATCH] gloo fedora cmake changes
-Fedora requires a versioned *.so
-libdir is wrong
-cmake install location is wrong
-
-Signed-off-by: Tom Rix <trix@redhat.com>
---
CMakeLists.txt | 4 ++--
- gloo/CMakeLists.txt | 6 +++++-
- 2 files changed, 7 insertions(+), 3 deletions(-)
+ gloo/CMakeLists.txt | 8 ++++++--
+ 2 files changed, 8 insertions(+), 4 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
-index b0db65e..150be72 100644
+index c0714da0861d..025d833d8645 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
-@@ -138,9 +138,9 @@ if(GLOO_INSTALL)
+@@ -141,9 +141,9 @@ if(GLOO_INSTALL)
install(FILES
${PROJECT_BINARY_DIR}/cmake/GlooConfig.cmake
${PROJECT_BINARY_DIR}/cmake/GlooConfigVersion.cmake
@@ -30,15 +25,15 @@ index b0db65e..150be72 100644
COMPONENT dev)
else()
diff --git a/gloo/CMakeLists.txt b/gloo/CMakeLists.txt
-index d5e6a1a..a95cdf7 100644
+index 10c1e4efc67f..ff58d4639544 100644
--- a/gloo/CMakeLists.txt
+++ b/gloo/CMakeLists.txt
-@@ -176,12 +176,16 @@ if(USE_ROCM)
- target_include_directories(gloo_hip INTERFACE $<INSTALL_INTERFACE:include>)
+@@ -186,19 +186,23 @@ if(USE_ROCM)
+ endif()
endif()
-+# YY.M.D of last upstream commit to main
-+set(gloo_VERSION 0.0.230824)
++# YY.MM.D of last upstream commit to main
++set(gloo_VERSION 0.0.YYMMDD)
+set_target_properties(gloo PROPERTIES VERSION ${gloo_VERSION} SOVERSION ${gloo_VERSION})
+
# Install if necessary.
@@ -51,6 +46,14 @@ index d5e6a1a..a95cdf7 100644
if(USE_CUDA)
install(TARGETS gloo_cuda EXPORT GlooTargets
DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
+ endif()
+ if(USE_ROCM)
+ install(TARGETS gloo_hip EXPORT GlooTargets
+- DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
++ DESTINATION ${CMAKE_INSTALL_PREFIX}/${CMAKE_INSTALL_LIBDIR})
+ endif()
+ install(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.h
+ DESTINATION ${CMAKE_INSTALL_PREFIX}/include/gloo)
--
-2.41.0
+2.55.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-18 19:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-18 19:23 [rpms/gloo] rawhide: Update patch Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox