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] epel10: Fix building on TW
Date: Thu, 11 Jun 2026 14:33:12 GMT [thread overview]
Message-ID: <178118839274.1.3781975987815932201.rpms-rocblas-915fe372b056@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rocblas
Branch : epel10
Commit : 915fe372b056d7ee7df350eac1837c2893f98658
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-03-23T10:42:23-07:00
Stats : +7/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocblas/c/915fe372b056d7ee7df350eac1837c2893f98658?branch=epel10
Log:
Fix building on TW
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocblas.spec b/rocblas.spec
index 1fec10c..a4a1c56 100644
--- a/rocblas.spec
+++ b/rocblas.spec
@@ -437,10 +437,17 @@ sed -i -e 's@list( APPEND COMMON_LINK_LIBS "-lgfortran")@#list( APPEND COMMON_LI
%if %{with tensile}
%if %{with bundled_tensile}
cd tensile
+
+%if 0%{?suse_version}
+TL=$PWD
+python3 setup.py install --root $TL
+TP=${TL}/usr/lib/python%{python3_version}/site-packages/Tensile/
+%else
TL=$PWD/install
# pip install --no-index --find-links /usr/lib/python%{python3_version}/site-packages --target $TL .
/usr/bin/python3 -m pip install -vvv --no-build-isolation --no-index --find-links /usr/lib/python%{python3_version}/site-packages --find-links /usr/lib64/python%{python3_version}/site-packages --target $TL .
TP=${TL}/Tensile/
+%endif
cd ..
%else
TP=`/usr/bin/TensileGetPath`
reply other threads:[~2026-06-11 14:33 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=178118839274.1.3781975987815932201.rpms-rocblas-915fe372b056@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