|
@@ -1,6 +1,6 @@
|
|
%define pkg_name openblas
|
|
%define pkg_name openblas
|
|
-%define pkg_version 0.3.3
|
|
|
|
-%define pkg_release 2%{?_dist_release}
|
|
|
|
|
|
+%define pkg_version 0.3.7
|
|
|
|
+%define pkg_release 1%{?_dist_release}
|
|
|
|
|
|
# Version of bundled lapack
|
|
# Version of bundled lapack
|
|
%global lapackver 3.8.0
|
|
%global lapackver 3.8.0
|
|
@@ -28,7 +28,8 @@ Group: Development/Libraries
|
|
License: BSD
|
|
License: BSD
|
|
URL: https://github.com/xianyi/OpenBLAS/
|
|
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
|
|
|
|
+Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/OpenBLAS-%{version}.tar.gz
|
|
|
|
|
|
# pkg-config file (modoified)
|
|
# pkg-config file (modoified)
|
|
Source11: blas.pc.in
|
|
Source11: blas.pc.in
|
|
@@ -875,6 +876,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Mon Oct 14 2019 Toshiaki Ara <ara_t@384.jp> 0.3.7-1
|
|
|
|
+- update to 0.3.7
|
|
|
|
+
|
|
* Fri Jan 25 2019 Toshiaki Ara <ara_t@384.jp> 0.3.3-2
|
|
* Fri Jan 25 2019 Toshiaki Ara <ara_t@384.jp> 0.3.3-2
|
|
- rebuild with gfortran-8.2.0
|
|
- rebuild with gfortran-8.2.0
|
|
|
|
|