public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/flexiblas] rawhide: Drop Atlas support in Fedora 46+
@ 2026-09-23 13:06 Jakub Martisko
  0 siblings, 0 replies; only message in thread
From: Jakub Martisko @ 2026-09-23 13:06 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/flexiblas
Branch : rawhide
Commit : eec75476c175d948a9c2c864c3da28ab32d3d1e8
Author : Jakub Martisko <jamartis@redhat.com>
Date   : 2026-09-23T12:03:02+02:00
Stats  : +6/-2 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/flexiblas/c/eec75476c175d948a9c2c864c3da28ab32d3d1e8?branch=rawhide

Log:
Drop Atlas support in Fedora 46+

---
diff --git a/flexiblas.spec b/flexiblas.spec
index 781e3ac..f8fc273 100644
--- a/flexiblas.spec
+++ b/flexiblas.spec
@@ -1,5 +1,5 @@
 %bcond system_lapack 0
-%bcond atlas %[%{undefined rhel} && %{undefined flatpak} && "%{_arch}" != "riscv64" ]
+%bcond atlas %[%{undefined rhel} && %{undefined flatpak} && "%{_arch}" != "riscv64" && 0%{?fedora} < 46 ]
 %bcond blis %[%{undefined rhel} && %{undefined flatpak}]
 %bcond openblas 1
 
@@ -19,7 +19,7 @@
 
 Name:           flexiblas
 Version:        %{major_version}.%{minor_version}.%{patch_version}
-Release:        3%{?dist}
+Release:        4%{?dist}
 Summary:        A BLAS/LAPACK wrapper library with runtime exchangeable backends
 
 # LGPL-3.0-or-later
@@ -439,6 +439,10 @@ export FLEXIBLAS64_TEST=%{buildroot}%{_libdir}/%{name}64/lib%{name}_%{default_ba
 %endif
 
 %changelog
+* Wed Sep 23 2026 Jakub Martisko <jamartis@redhat.com> - 3.5.0-4
+- Drop Atlas support in Fedora 46+
+- Atlas is going to be deprecated soon
+
 * Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.5.0-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
 

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

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

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-23 13:06 [rpms/flexiblas] rawhide: Drop Atlas support in Fedora 46+ Jakub Martisko

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