Rebuilt for GCC-7

This commit is contained in:
Björn Esser 2017-01-28 10:31:08 +01:00
parent 7e703de54e
commit f626d80094

View File

@ -10,7 +10,7 @@
Summary: Numerical linear algebra package libraries Summary: Numerical linear algebra package libraries
Name: lapack Name: lapack
Version: %{mediumver}.1 Version: %{mediumver}.1
Release: 2%{?dist} Release: 3%{?dist}
License: BSD License: BSD
Group: System Environment/Libraries Group: System Environment/Libraries
URL: http://www.netlib.org/lapack/ URL: http://www.netlib.org/lapack/
@ -64,7 +64,7 @@ Group: System Environment/Libraries
%description -n blas %description -n blas
BLAS (Basic Linear Algebra Subprograms) is a standard library which BLAS (Basic Linear Algebra Subprograms) is a standard library which
provides a number of basic algorithms for numerical algebra. provides a number of basic algorithms for numerical algebra.
%package -n blas-devel %package -n blas-devel
Summary: BLAS development libraries Summary: BLAS development libraries
@ -150,7 +150,7 @@ BLAS static libraries (64bit INTEGER).
%endif %endif
%prep %prep
%setup -q %setup -q
%setup -q -D -T -a1 %setup -q -D -T -a1
%patch3 -p1 -b .fedora %patch3 -p1 -b .fedora
%patch4 -p1 -b .shared %patch4 -p1 -b .shared
@ -458,6 +458,9 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver}
%endif %endif
%changelog %changelog
* Sat Jan 28 2017 Björn Esser <besser82@fedoraproject.org> - 3.6.1-3
- Rebuilt for GCC-7
* Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 3.6.1-2 * Mon Oct 10 2016 Tom Callaway <spot@fedoraproject.org> - 3.6.1-2
- properly set NOOPT flags during lapacke compile (thanks to sorear2@gmail.com) - properly set NOOPT flags during lapacke compile (thanks to sorear2@gmail.com)
@ -733,7 +736,7 @@ ln -sf libblas64.so.%{version} libblas64.so.%{mediumver}
- rebuilt - rebuilt
* Mon Jul 10 2000 Trond Eivind Glomsrod <teg@redhat.com> * Mon Jul 10 2000 Trond Eivind Glomsrod <teg@redhat.com>
- updated with the latest updates (new tarfile..) from netlib - updated with the latest updates (new tarfile..) from netlib
* Thu Jun 15 2000 Trond Eivind Glomsrod <teg@redhat.com> * Thu Jun 15 2000 Trond Eivind Glomsrod <teg@redhat.com>
- use %%{_mandir} - use %%{_mandir}