Accepting request 785151 from science
OBS-URL: https://build.opensuse.org/request/show/785151 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lapack?expand=0&rev=46
This commit is contained in:
commit
004ad03e17
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lapack-man
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -23,7 +23,7 @@ Release: 0
|
|||||||
Summary: Manpages for LAPACK
|
Summary: Manpages for LAPACK
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Documentation/HTML
|
Group: Documentation/HTML
|
||||||
Url: http://www.netlib.org/lapack/
|
URL: http://www.netlib.org/lapack/
|
||||||
Source0: http://www.netlib.org/lapack/%{_name}-%{version}.tgz
|
Source0: http://www.netlib.org/lapack/%{_name}-%{version}.tgz
|
||||||
BuildRequires: doxygen >= 1.7
|
BuildRequires: doxygen >= 1.7
|
||||||
Provides: lapack-manpages = %{version}
|
Provides: lapack-manpages = %{version}
|
||||||
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 13 14:58:33 UTC 2020 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
- Add -std=legacy in order to fix boo#1166619.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Aug 2 07:03:54 UTC 2019 - Martin Liška <mliska@suse.cz>
|
Fri Aug 2 07:03:54 UTC 2019 - Martin Liška <mliska@suse.cz>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package lapack
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -22,7 +22,7 @@ Release: 0
|
|||||||
Summary: Linear Algebra Package
|
Summary: Linear Algebra Package
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
Group: Development/Libraries/Parallel
|
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
|
Source0: http://www.netlib.org/lapack/%{name}-%{version}.tar.gz
|
||||||
Source1: lapack_testing.py
|
Source1: lapack_testing.py
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
@ -176,6 +176,7 @@ LAPACKE development files - static libraries.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
%global _lto_cflags %{_lto_cflags} -ffat-lto-objects
|
||||||
|
%global optflags %{optflags} -std=legacy
|
||||||
case "$RPM_ARCH" in
|
case "$RPM_ARCH" in
|
||||||
i[0-9]86) PRECFLAGS="-ffloat-store" ;;
|
i[0-9]86) PRECFLAGS="-ffloat-store" ;;
|
||||||
*) PRECFLAGS="" ;;
|
*) PRECFLAGS="" ;;
|
||||||
|
Loading…
Reference in New Issue
Block a user