public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/hipblas] epel10: Fix building test without rhel9
@ 2026-06-13 22:12 Tom Rix
  0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-13 22:12 UTC (permalink / raw)
  To: git-commits

            A new commit has been pushed.

            Repo   : rpms/hipblas
            Branch : epel10
            Commit : faf1daa0030a0de1d1ee8b3b44d64ec25c21eaa7
            Author : Tom Rix <Tom.Rix@amd.com>
            Date   : 2026-04-30T07:37:26-07:00
            Stats  : +1/-1 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/hipblas/c/faf1daa0030a0de1d1ee8b3b44d64ec25c21eaa7?branch=epel10

            Log:
            Fix building test without rhel9

Signed-off-by: Tom Rix <Tom.Rix@amd.com>

---
diff --git a/hipblas.spec b/hipblas.spec
index 0c79074..9c7a489 100644
--- a/hipblas.spec
+++ b/hipblas.spec
@@ -67,7 +67,7 @@
 %global build_type RelWithDebInfo
 %endif
 
-%if 0%{?rhel} < 10
+%if 0%{?rhel} && 0%{?rhel} < 10
 # RHEL 9 has a problem finding cblas.h, so disable testing
 %else
 %bcond_with test

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-13 22:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-13 22:12 [rpms/hipblas] epel10: Fix building test without rhel9 Tom Rix

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