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/rocclr] epel10: Building preview roctracer needs hipcc_cmake_linker_helper
Date: Wed, 10 Jun 2026 23:25:38 GMT	[thread overview]
Message-ID: <178113393800.1.13033380660143270390.rpms-rocclr-08b43e4b4137@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rocclr
            Branch : epel10
            Commit : 08b43e4b41371aaad1381027d6c7ef2607cbd256
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-05-19T14:22:13-07:00
            Stats  : +8/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/rocclr/c/08b43e4b41371aaad1381027d6c7ef2607cbd256?branch=epel10

            Log:
            Building preview roctracer needs hipcc_cmake_linker_helper

Install it manually.

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/rocclr.spec b/rocclr.spec
index 16a8e12..7cd638f 100644
--- a/rocclr.spec
+++ b/rocclr.spec
@@ -392,6 +392,13 @@ rm %{buildroot}%{pkg_prefix}/%{pkg_libdir}/.hipInfo
 rm %{buildroot}%{pkg_prefix}/bin/*.bat
 %endif
 
+%if %{with preview}
+# 7.13+ needs some help installing scripts
+mkdir -p %{buildroot}%{pkg_prefix}/bin
+install -m 755 hip/bin/hipcc_cmake_linker_helper %{buildroot}%{pkg_prefix}/bin/
+install -m 755 hip/bin/hipdemangleatp            %{buildroot}%{pkg_prefix}/bin/
+%endif
+
 rm -f %{buildroot}%{pkg_prefix}/share/doc/packages/rocclr*/LICENSE.md
 rm -f %{buildroot}%{pkg_prefix}/share/doc/opencl*/LICENSE.md
 rm -f %{buildroot}%{pkg_prefix}/share/doc/hip-asan/LICENSE.md
@@ -446,9 +453,9 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/hip/LICENSE.md
 %endif
 %if %{without preview}
 %{pkg_prefix}/bin/roc-*
+%endif
 %{pkg_prefix}/bin/hipcc_cmake_linker_helper
 %{pkg_prefix}/bin/hipdemangleatp
-%endif
 
 %if %{with docs}
 %files -n hip%{pkg_suffix}-doc

                 reply	other threads:[~2026-06-10 23:25 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=178113393800.1.13033380660143270390.rpms-rocclr-08b43e4b4137@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