summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2019-02-28 16:02:59 +0000
committerAndrew Anderson2019-02-28 16:02:59 +0000
commit65f31044488e1eb0238cfe6b06ebdfecf2114cf3 (patch)
tree5e75f5c45a6c528e692ec83ba5ee8a4bc39478a6
parent2bb4b98956e3cbd3243fd36adf0b50cbeba6bbbb (diff)
downloadaur-65f31044488e1eb0238cfe6b06ebdfecf2114cf3.tar.gz
Build static libs
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 12b5f4046098..4b8566c7e182 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 = 12
+ pkgrel = 13
url = http://www.openblas.net/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 03522a3cd781..7176079c5aff 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _PkgName=OpenBLAS
_pkgname=openblas
pkgver=0.3.4
_lapackver=3.8.0
-pkgrel=12
+pkgrel=13
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"
@@ -32,7 +32,7 @@ _config="BINARY=64 CC=aarch64-linux-gnu-gcc FC=aarch64-linux-gnu-gfortran HOSTCC
build(){
cd "${srcdir}/${_PkgName}-${pkgver}"
- make ${_config} CFLAGS="-mtune=generic -I /usr/aarch64/include -L /usr/aarch64/lib -L /usr/aarch64/lib64" libs netlib shared static
+ make ${_config} CFLAGS="-mtune=generic -I /usr/aarch64/include -L /usr/aarch64/lib -L /usr/aarch64/lib64" libs netlib shared install
}
check(){