public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocblas] epel10: Do not strip hsaco files
@ 2026-06-11 14:33 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-11 14:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocblas
Branch : epel10
Commit : 6883bc4505f7f1dfcbbc69e366d41f63e6399b26
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-03-11T06:47:00-07:00
Stats : +7/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocblas/c/6883bc4505f7f1dfcbbc69e366d41f63e6399b26?branch=epel10
Log:
Do not strip hsaco files
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocblas.spec b/rocblas.spec
index 5cdc99c..6b58a3e 100644
--- a/rocblas.spec
+++ b/rocblas.spec
@@ -165,7 +165,7 @@ Version: %{rocm_version}
%if %{with preview}
Release: 0%{?dist}
%else
-Release: 3%{?dist}
+Release: 4%{?dist}
%endif
Source0: %{url}/releases/download/%{pkg_src}/%{upstreamname}.tar.gz#/%{upstreamname}-%{version}.tar.gz
@@ -472,7 +472,9 @@ export HIPCC_LINK_FLAGS_APPEND=-fuse-ld=lld
rm -f %{buildroot}%{pkg_prefix}/share/doc/rocblas/LICENSE.md
# rocblas.x86_64: W: unstripped-binary-or-object /usr/lib64/rocblas/library/Kernels.so-000-gfx1010.hsaco
-%{rocmllvm_bindir}/llvm-strip %{buildroot}%{pkg_prefix}/%{pkg_libdir}/rocblas/library/*.hsaco
+# The below stripping silience rpmlint but is reported to cause runtime problems
+# So do not strip
+# %{rocmllvm_bindir}/llvm-strip %{buildroot}%{pkg_prefix}/%{pkg_libdir}/rocblas/library/*.hsaco
%check
%if %{with test}
@@ -506,6 +508,9 @@ export LD_LIBRARY_PATH=%{_vpath_builddir}/library/src:$LD_LIBRARY_PATH
%endif
%changelog
+* Wed Mar 11 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-4
+- Do not strip hsaco files
+
* Sat Mar 7 2026 Tom Rix <Tom.Rix@amd.com> - 7.2.0-3
- Change --with gitcommit to preview
- Use rocm-libraries for tensile source
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-11 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-11 14:33 [rpms/rocblas] epel10: Do not strip hsaco files Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox