summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-10-05 15:20:25 +0100
committerAndrew Anderson2019-10-05 15:20:25 +0100
commitd288b0535e69da324673a0feed4ac48c1055df02 (patch)
treef7f7b6f34d7ae7b0228f9757ff74871b3bfb8c85
parent7b9efe4e85dd7734b6cdded8b88e038e7a1b844f (diff)
downloadaur-d288b0535e69da324673a0feed4ac48c1055df02.tar.gz
Update to OpenBLAS 0.3.7
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD2
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 081722e475f0..27ee53019eac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = openblas-lapack-openmp
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
- pkgver = 0.3.4
+ pkgver = 0.3.7
pkgrel = 1
url = http://www.openblas.net/
arch = any
@@ -20,7 +20,7 @@ pkgbase = openblas-lapack-openmp
conflicts = lapacke
options = !emptydirs
options = !strip
- source = OpenBLAS-0.3.4.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.4.tar.gz
+ source = OpenBLAS-0.3.7.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz
sha256sums = SKIP
pkgname = openblas-lapack-openmp
diff --git a/PKGBUILD b/PKGBUILD
index 31890f00d5d8..c5a0d79c8d23 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -6,7 +6,7 @@
pkgname=openblas-lapack-openmp
_PkgName=OpenBLAS
_pkgname=openblas
-pkgver=0.3.4
+pkgver=0.3.7
_lapackver=3.8.0
pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"