Merge branch 'master' into epel7

This commit is contained in:
Susi Lehtola 2016-04-13 05:14:20 +02:00
commit 380adc6370
4 changed files with 11 additions and 18 deletions

2
.gitignore vendored
View File

@ -9,3 +9,5 @@
/v0.2.14.tar.gz
/v0.2.15.tar.gz
/v0.2.16.tar.gz
/openblas-0.2.17.tar.gz
/v0.2.18.tar.gz

View File

@ -1,12 +0,0 @@
diff -up OpenBLAS-0.2.16/Makefile.rule.lapack OpenBLAS-0.2.16/Makefile.rule
--- OpenBLAS-0.2.16/Makefile.rule.lapack 2016-03-15 19:49:10.000000000 +0100
+++ OpenBLAS-0.2.16/Makefile.rule 2016-03-18 19:25:31.778098957 +0100
@@ -80,7 +80,7 @@ VERSION = 0.2.16
# NO_LAPACKE = 1
# Build LAPACK Deprecated functions since LAPACK 3.6.0
-# BUILD_LAPACK_DEPRECATED = 1
+BUILD_LAPACK_DEPRECATED = 1
# If you want to use legacy threaded Level 3 implementation.
# USE_SIMPLE_THREADED_LEVEL3 = 1

View File

@ -3,8 +3,8 @@
%global lapackver 3.5.0
Name: openblas
Version: 0.2.16
Release: 3%{?dist}
Version: 0.2.18
Release: 1%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2
Group: Development/Libraries
License: BSD
@ -16,8 +16,6 @@ Patch0: openblas-0.2.15-system_lapack.patch
Patch1: openblas-0.2.5-libname.patch
# Don't use constructor priorities on too old architectures
Patch2: openblas-0.2.15-constructor.patch
# Build deprecated LAPACK functions
Patch3: openblas-0.2.16-lapack.patch
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: gcc-gfortran
@ -211,7 +209,6 @@ cd OpenBLAS-%{version}
%if 0%{?rhel} == 5
%patch2 -p1 -b .constructor
%endif
%patch3 -p1 -b .lapack
# Fix source permissions
find -name \*.f -exec chmod 644 {} \;
@ -598,6 +595,12 @@ rm -rf %{buildroot}
%endif
%changelog
* Tue Apr 12 2016 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.18-1
- Update to 0.2.18.
* Wed Apr 6 2016 Orion Poplawski <orion@cora.nwra.com> - 0.2.17-1
- Update to 0.2.17
* Fri Mar 18 2016 Susi Lehtola <jussilehtola@fedoraproject.org> - 0.2.16-3
- Include deprecated LAPACK functions.

View File

@ -1 +1 @@
fef46ab92463bdbb1479dcec594ef6dc v0.2.16.tar.gz
805e7f660877d588ea7e3792cda2ee65 v0.2.18.tar.gz