public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tom Rix <Tom.Rix@amd.com>
To: git-commits@fedoraproject.org
Subject: [rpms/gloo] rawhide: Update patch
Date: Tue, 18 Aug 2026 19:23:30 GMT	[thread overview]
Message-ID: <178708101061.1.7526943277446235866.rpms-gloo-9d9debcbefa0@fedoraproject.org> (raw)

            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
 

                 reply	other threads:[~2026-08-18 19:23 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178708101061.1.7526943277446235866.rpms-gloo-9d9debcbefa0@fedoraproject.org \
    --to=tom.rix@amd.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox