diff --git a/.gitignore b/.gitignore index 5f3f6bc..f171ae5 100644 --- a/.gitignore +++ b/.gitignore @@ -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 diff --git a/openblas-0.2.16-lapack.patch b/openblas-0.2.16-lapack.patch deleted file mode 100644 index a8d2405..0000000 --- a/openblas-0.2.16-lapack.patch +++ /dev/null @@ -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 diff --git a/openblas.spec b/openblas.spec index 98fb059..2e4343e 100644 --- a/openblas.spec +++ b/openblas.spec @@ -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 - 0.2.17-1 +- Update to 0.2.17 + * Fri Mar 18 2016 Susi Lehtola - 0.2.16-3 - Include deprecated LAPACK functions. diff --git a/sources b/sources index 25cee0a..d9c9963 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -fef46ab92463bdbb1479dcec594ef6dc v0.2.16.tar.gz +664a12807f2a2a7cda4781e3ab2ae0e1 openblas-0.2.17.tar.gz