Pārlūkot izejas kodu

openblas: update to 0.3.3

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11816 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 5 gadi atpakaļ
vecāks
revīzija
8be5a71406
1 mainītis faili ar 13 papildinājumiem un 9 dzēšanām
  1. 13 9
      o/openblas/openblas-vl.spec

+ 13 - 9
o/openblas/openblas-vl.spec

@@ -1,9 +1,9 @@
 %define pkg_name    openblas
-%define pkg_version 0.2.20
-%define pkg_release 2%{?_dist_release}
+%define pkg_version 0.3.3
+%define pkg_release 1%{?_dist_release}
 
 # Version of bundled lapack
-%global lapackver 3.7.0
+%global lapackver 3.8.0
 %global lapacke 1
 
 # Build 64-bit interface binaries?
@@ -38,10 +38,10 @@ Source14: lapacke.pc.in
 
 # Drop extra p from threaded library name
 Patch1: openblas-0.2.5-libname.patch
-# Supply the proper flags to the test makefile
-Patch2: openblas-0.2.19-tests.patch
-# Disable CPU affinity, from upstream
-Patch3: https://patch-diff.githubusercontent.com/raw/xianyi/OpenBLAS/pull/1495.patch
+# # Supply the proper flags to the test makefile
+# Patch2: openblas-0.2.19-tests.patch
+# # Disable CPU affinity, from upstream
+# Patch3: https://patch-diff.githubusercontent.com/raw/xianyi/OpenBLAS/pull/1495.patch
 
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: gcc-gfortran
@@ -220,8 +220,8 @@ This package contains the static libraries
 tar zxf %{SOURCE0}
 cd OpenBLAS-%{version}
 %patch1 -p1 -b .libname
-%patch2 -p1 -b .tests
-%patch3 -p1 -b .affinity
+# %patch2 -p1 -b .tests
+# %patch3 -p1 -b .affinity
 
 # Fix source permissions
 find -name \*.f -exec chmod 644 {} \;
@@ -875,6 +875,10 @@ rm -rf %{buildroot}
 
 
 %changelog
+* Sat Oct 06 2018 Toshiaki Ara <ara_t@384.jp> 0.3.3-1
+- update to 0.3.3
+- drop Patch2 and 3
+
 * Mon Jul 02 2018 Toshiaki Ara <ara_t@384.jp> 0.2.20-2
 - divide subpackages: openblas64-devel openblas64-static
 - fix wrong Provides