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/rocblas] rawhide: Fix compat test rpaths
Date: Fri, 12 Jun 2026 23:18:39 GMT [thread overview]
Message-ID: <178130631956.1.12975015574857027281.rpms-rocblas-a0367e582fc6@fedoraproject.org> (raw)
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
reply other threads:[~2026-06-12 23:18 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=178130631956.1.12975015574857027281.rpms-rocblas-a0367e582fc6@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