public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/givaro] epel9: Stop building for 32-bit x86
@ 2026-06-04 13:33 Jerry James
0 siblings, 0 replies; only message in thread
From: Jerry James @ 2026-06-04 13:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/givaro
Branch : epel9
Commit : 8c90aefec2edfa777c468ee90aec63a2798045de
Author : Jerry James <loganjerry@gmail.com>
Date : 2026-06-04T11:22:17+01:00
Stats : +4/-4 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/givaro/c/8c90aefec2edfa777c468ee90aec63a2798045de?branch=epel9
Log:
Stop building for 32-bit x86
- Add a VCS field
---
diff --git a/givaro.spec b/givaro.spec
index 6226729..ec9fdde 100644
--- a/givaro.spec
+++ b/givaro.spec
@@ -57,8 +57,12 @@ SourceLicense: %{shrink:
}
URL: https://casys.gricad-pages.univ-grenoble-alpes.fr/givaro/
%global forgeurl https://github.com/linbox-team/givaro
+VCS: git:%{forgeurl}.git
Source: %{forgeurl}/releases/download/v%{version}/givaro-%{version}.tar.gz
+# See https://fedoraproject.org/wiki/Changes/EncourageI686LeafRemoval
+ExcludeArch: %{ix86}
+
%if %{with autoreconf}
BuildRequires: autoconf
BuildRequires: automake
@@ -118,10 +122,6 @@ A static library for givaro.
autoreconf --force --install --verbose
%endif
-%ifarch %{ix86}
-# Excess precision leads to test failures
-%global optflags %optflags -ffloat-store
-%endif
%ifarch s390x
%global optflags %optflags -ffp-contract=off
%endif
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-06-04 13:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-06-04 13:33 [rpms/givaro] epel9: Stop building for 32-bit x86 Jerry James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox