From dcf8aac601108eae0f9b73e073d3bba7a45ac01f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 26 Feb 2016 11:41:21 +0100 Subject: [PATCH] - Disable FMA also on ppc64(le) and s390(x) --- gsl.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/gsl.spec b/gsl.spec index 759d437..7c6edbd 100644 --- a/gsl.spec +++ b/gsl.spec @@ -1,7 +1,7 @@ Summary: The GNU Scientific Library for numerical analysis Name: gsl Version: 2.1 -Release: 2%{?dist} +Release: 3%{?dist} URL: http://www.gnu.org/software/gsl/ # info part of this package is under GFDL license # eigen/nonsymmv.c and eigen/schur.c @@ -41,7 +41,7 @@ mv THANKS.aux THANKS %build # disable FMA -%ifarch aarch64 +%ifarch aarch64 ppc64 ppc64le s390 s390x export CFLAGS="$RPM_OPT_FLAGS -ffp-contract=off" %endif %configure @@ -96,6 +96,9 @@ fi %{_mandir}/man3/*.3* %changelog +* Fri Feb 26 2016 Dan HorĂ¡k - 2.1-3 +- Disable FMA also on ppc64(le) and s390(x) + * Tue Feb 23 2016 Marcin Juszkiewicz - 2.1-2 - Disable FMA on AArch64 to lower precision so tests do not fail.