Update to 0.2.17

This commit is contained in:
Orion Poplawski 2016-04-06 11:34:27 -06:00
parent 2691fb2ce9
commit ddd7c05e07
4 changed files with 8 additions and 19 deletions

1
.gitignore vendored
View File

@ -9,3 +9,4 @@
/v0.2.14.tar.gz
/v0.2.15.tar.gz
/v0.2.16.tar.gz
/openblas-0.2.17.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,21 +3,19 @@
%global lapackver 3.5.0
Name: openblas
Version: 0.2.16
Release: 3%{?dist}
Version: 0.2.17
Release: 1%{?dist}
Summary: An optimized BLAS library based on GotoBLAS2
Group: Development/Libraries
License: BSD
URL: https://github.com/xianyi/OpenBLAS/
Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz
Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
# Use system lapack
Patch0: openblas-0.2.15-system_lapack.patch
# Drop extra p from threaded library name
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,9 @@ rm -rf %{buildroot}
%endif
%changelog
* 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
664a12807f2a2a7cda4781e3ab2ae0e1 openblas-0.2.17.tar.gz