summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-02-28 16:45:16 +0000
committerAndrew Anderson2019-02-28 16:45:16 +0000
commite245c4a8a2fb8a0277b2453fcb6cbd7824cf85a8 (patch)
tree24a3496c38caf3e439d7ae3851e5b368e19775f5
parentcdada74c67bcb1add8b95d88f3b88734ee39ad31 (diff)
downloadaur-e245c4a8a2fb8a0277b2453fcb6cbd7824cf85a8.tar.gz
Fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f90585fc6b50..619c77f6536b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = aarch64-linux-gnu-openblas-lapack-openmp
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.3.4
- pkgrel = 17
+ pkgrel = 18
url = http://www.openblas.net/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 87fbdf21c44a..d17d82f79828 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _PkgName=OpenBLAS
_pkgname=openblas
pkgver=0.3.4
_lapackver=3.8.0
-pkgrel=17
+pkgrel=18
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"
@@ -53,7 +53,7 @@ package(){
install -Dm644 LICENSE "${pkgdir}/usr/aarch64-linux-gnu/share/licenses/${pkgname}/LICENSE"
# Install static lib
- _static_lib_name=`ls libopenblas-*.a`
+ _static_lib_name=`ls libopenblas_*.a`
install -Dm644 ${_static_lib_name} "${pkgdir}/usr/aarch64-linux-gnu/lib/${_static_lib_name}"
# Symlink to provide blas, cblas, lapack and lapacke