public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/sundials] main: Build sundials4py on Fedora only
@ 2026-09-26 14:49 Antonio Trande
0 siblings, 0 replies; only message in thread
From: Antonio Trande @ 2026-09-26 14:49 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/sundials
Branch : main
Commit : c2f02873d9c0e7fed9bc394db2352709f3e13079
Author : Antonio Trande <sagitter@fedoraproject.org>
Date : 2026-09-26T16:49:27+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/sundials/c/c2f02873d9c0e7fed9bc394db2352709f3e13079?branch=main
Log:
Build sundials4py on Fedora only
---
diff --git a/sundials.spec b/sundials.spec
index 8b2cb6f..78c5c33 100644
--- a/sundials.spec
+++ b/sundials.spec
@@ -8,7 +8,12 @@
# Enable Python support
# sundials4py is in beta and is subject to breaking changes
+# sundials4py needs Numpy-2, unavailable on RHEL
+%if 0%{?fedora}
%bcond_without python
+%else
+%bcond_with python
+%endif
#
# https://github.com/LLNL/sundials/issues/97
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-26 14:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-26 14:49 [rpms/sundials] main: Build sundials4py on Fedora only Antonio Trande
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox