public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocblas] rawhide: Fix compat test rpaths
@ 2026-06-12 23:18 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-12 23:18 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocblas
Branch : rawhide
Commit : a0367e582fc631008c39c671b0b813218141c6af
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-06-12T16:18:10-07:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocblas/c/a0367e582fc631008c39c671b0b813218141c6af?branch=rawhide
Log:
Fix compat test rpaths
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocblas.spec b/rocblas.spec
index 03cdf30..9f83492 100644
--- a/rocblas.spec
+++ b/rocblas.spec
@@ -519,6 +519,11 @@ rm -f %{buildroot}%{pkg_prefix}/share/doc/rocblas/LICENSE.md
# contains the $ORIGIN runpath specifier at the wrong position in
# [/usr/lib64/rocm/rocm-7.2/lib:$ORIGIN/../lib:$ORIGIN/../lib/rocblas/lib]
chrpath -r %{pkg_prefix}/%{pkg_libdir} %{buildroot}%{pkg_prefix}/%{pkg_libdir}/lib%{pkg_library_name}.so.%{pkg_library_version}.*
+%if %{with test}
+chrpath -r %{pkg_prefix}/%{pkg_libdir} %{buildroot}%{pkg_prefix}/bin/rocblas-test
+chrpath -r %{pkg_prefix}/%{pkg_libdir} %{buildroot}%{pkg_prefix}/bin/rocblas-bench
+chrpath -r %{pkg_prefix}/%{pkg_libdir} %{buildroot}%{pkg_prefix}/bin/rocblas-gemm-tune
+%endif
%endif
%check
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-12 23:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 23:18 [rpms/rocblas] rawhide: Fix compat test rpaths Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox