public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocclr] epel10: Building preview roctracer needs hipcc_cmake_linker_helper
@ 2026-06-10 23:25 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-10 23:25 UTC (permalink / raw)
To: git-commits
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-10 23:25 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-10 23:25 [rpms/rocclr] epel10: Building preview roctracer needs hipcc_cmake_linker_helper Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox