|
@@ -1,9 +1,9 @@
|
|
%define pkg_name openblas
|
|
%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
|
|
# Version of bundled lapack
|
|
-%global lapackver 3.7.0
|
|
|
|
|
|
+%global lapackver 3.8.0
|
|
%global lapacke 1
|
|
%global lapacke 1
|
|
|
|
|
|
# Build 64-bit interface binaries?
|
|
# Build 64-bit interface binaries?
|
|
@@ -38,10 +38,10 @@ Source14: lapacke.pc.in
|
|
|
|
|
|
# Drop extra p from threaded library name
|
|
# Drop extra p from threaded library name
|
|
Patch1: openblas-0.2.5-libname.patch
|
|
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
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
BuildRequires: gcc-gfortran
|
|
BuildRequires: gcc-gfortran
|
|
@@ -220,8 +220,8 @@ This package contains the static libraries
|
|
tar zxf %{SOURCE0}
|
|
tar zxf %{SOURCE0}
|
|
cd OpenBLAS-%{version}
|
|
cd OpenBLAS-%{version}
|
|
%patch1 -p1 -b .libname
|
|
%patch1 -p1 -b .libname
|
|
-%patch2 -p1 -b .tests
|
|
|
|
-%patch3 -p1 -b .affinity
|
|
|
|
|
|
+# %patch2 -p1 -b .tests
|
|
|
|
+# %patch3 -p1 -b .affinity
|
|
|
|
|
|
# Fix source permissions
|
|
# Fix source permissions
|
|
find -name \*.f -exec chmod 644 {} \;
|
|
find -name \*.f -exec chmod 644 {} \;
|
|
@@ -875,6 +875,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%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
|
|
* Mon Jul 02 2018 Toshiaki Ara <ara_t@384.jp> 0.2.20-2
|
|
- divide subpackages: openblas64-devel openblas64-static
|
|
- divide subpackages: openblas64-devel openblas64-static
|
|
- fix wrong Provides
|
|
- fix wrong Provides
|