From a56c712c3f4cfb2a031c30244b72080b5706e3020cb05b2a1311d7cff9a26646 Mon Sep 17 00:00:00 2001 From: Atri Bhattacharya Date: Sat, 14 Mar 2020 20:06:42 +0000 Subject: [PATCH] Accepting request 784679 from home:marxin:branches:science - Add -std=legacy in order to fix boo#1166619. OBS-URL: https://build.opensuse.org/request/show/784679 OBS-URL: https://build.opensuse.org/package/show/science/lapack?expand=0&rev=16 --- lapack-man.spec | 4 ++-- lapack.changes | 5 +++++ lapack.spec | 5 +++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/lapack-man.spec b/lapack-man.spec index 6b3ac88..90223ec 100644 --- a/lapack-man.spec +++ b/lapack-man.spec @@ -1,7 +1,7 @@ # # spec file for package lapack-man # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -23,7 +23,7 @@ Release: 0 Summary: Manpages for LAPACK License: BSD-3-Clause Group: Documentation/HTML -Url: http://www.netlib.org/lapack/ +URL: http://www.netlib.org/lapack/ Source0: http://www.netlib.org/lapack/%{_name}-%{version}.tgz BuildRequires: doxygen >= 1.7 Provides: lapack-manpages = %{version} diff --git a/lapack.changes b/lapack.changes index 0afd666..ac918ad 100644 --- a/lapack.changes +++ b/lapack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Mar 13 14:58:33 UTC 2020 - Martin Liška + +- Add -std=legacy in order to fix boo#1166619. + ------------------------------------------------------------------- Fri Aug 2 07:03:54 UTC 2019 - Martin Liška diff --git a/lapack.spec b/lapack.spec index 8615e9c..cb77a0c 100644 --- a/lapack.spec +++ b/lapack.spec @@ -1,7 +1,7 @@ # # spec file for package lapack # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ Release: 0 Summary: Linear Algebra Package License: BSD-3-Clause Group: Development/Libraries/Parallel -Url: http://www.netlib.org/lapack/ +URL: http://www.netlib.org/lapack/ Source0: http://www.netlib.org/lapack/%{name}-%{version}.tar.gz Source1: lapack_testing.py Source99: baselibs.conf @@ -176,6 +176,7 @@ LAPACKE development files - static libraries. %build %global _lto_cflags %{_lto_cflags} -ffat-lto-objects +%global optflags %{optflags} -std=legacy case "$RPM_ARCH" in i[0-9]86) PRECFLAGS="-ffloat-store" ;; *) PRECFLAGS="" ;;