public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Jakub Martisko <jamartis@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/atlas] rawhide: Fix ftbfs on i686
Date: Tue, 15 Sep 2026 08:17:09 GMT [thread overview]
Message-ID: <178946022978.1.15843624905405051329.rpms-atlas-18be8509a43b@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/atlas
Branch : rawhide
Commit : 18be8509a43b3c049e2375169b1b4854b1df2e6a
Author : Jakub Martisko <jamartis@redhat.com>
Date : 2026-09-15T10:16:11+02:00
Stats : +6/-2 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/atlas/c/18be8509a43b3c049e2375169b1b4854b1df2e6a?branch=rawhide
Log:
Fix ftbfs on i686
---
diff --git a/atlas.spec b/atlas.spec
index 08f9134..6f5e672 100644
--- a/atlas.spec
+++ b/atlas.spec
@@ -6,7 +6,7 @@ Version: 3.10.3
%if "%{?enable_native_atlas}" != "0"
%define dist .native
%endif
-Release: 35%{?dist}
+Release: 36%{?dist}
Summary: Automatically Tuned Linear Algebra Software
License: BSD-3-Clause
@@ -414,7 +414,7 @@ p=$(pwd)
%endif
%ifarch %ix86
-%define flags %{nil}
+%define flags "-mstackrealign"
%define base_options "-A PIII -V 512"
%endif
@@ -782,6 +782,10 @@ fi
%endif
%changelog
+* Tue Sep 15 2026 Jakub Martisko <jamartis@redhat.com> - 3.10.3-36
+- Fix the ftbfs in Fedora on i686
+- Add the -msstackallign option for the i686 builds
+
* Wed Jul 15 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.10.3-35
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
reply other threads:[~2026-09-15 8:17 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=178946022978.1.15843624905405051329.rpms-atlas-18be8509a43b@fedoraproject.org \
--to=jamartis@redhat.com \
--cc=git-commits@fedoraproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox