public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rocsolver] epel10: Fix disabling tests on rhel 9
@ 2026-06-12 17:20 Tom Rix
0 siblings, 0 replies; only message in thread
From: Tom Rix @ 2026-06-12 17:20 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rocsolver
Branch : epel10
Commit : bb0e011919b020c93d7781a7a444620da1662d07
Author : Tom Rix <Tom.Rix@amd.com>
Date : 2026-04-30T06:36:42-07:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/rocsolver/c/bb0e011919b020c93d7781a7a444620da1662d07?branch=epel10
Log:
Fix disabling tests on rhel 9
Signed-off-by: Tom Rix <Tom.Rix@amd.com>
---
diff --git a/rocsolver.spec b/rocsolver.spec
index 34a0224..b6c4944 100644
--- a/rocsolver.spec
+++ b/rocsolver.spec
@@ -76,7 +76,7 @@
%global build_compress OFF
%endif
-%if 0%{?rhel} < 10
+%if 0%{?rhel} && 0%{?rhel} < 10
# RHEL 9 has no blas-static, 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-12 17:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-12 17:20 [rpms/rocsolver] epel10: Fix disabling tests on rhel 9 Tom Rix
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox