public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocblas] epel10: Fix building on TW
@ 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 : 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`

^ 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: Fix building on TW Tom Rix

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox