Browse Source

openblas: update to 3.7.0

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@12274 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 4 years ago
parent
commit
b28ac2dd75
1 changed files with 7 additions and 3 deletions
  1. 7 3
      o/openblas/openblas-vl.spec

+ 7 - 3
o/openblas/openblas-vl.spec

@@ -1,6 +1,6 @@
 %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
 %global lapackver 3.8.0
@@ -28,7 +28,8 @@ 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
+Source0: https://github.com/xianyi/OpenBLAS/archive/v%{version}.tar.gz#/OpenBLAS-%{version}.tar.gz
 
 # pkg-config file (modoified)
 Source11: blas.pc.in
@@ -875,6 +876,9 @@ rm -rf %{buildroot}
 
 
 %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
 - rebuild with gfortran-8.2.0