summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-13 15:56:25 +0000
committerAndrew Anderson2020-01-13 15:56:25 +0000
commit940b3d17ad5ee9fb59835900bb4f089a263725cf (patch)
tree30bcdd44df123664f931e0bc7b685d218040a63e /PKGBUILD
parentd288b0535e69da324673a0feed4ac48c1055df02 (diff)
downloadaur-openblas-lapack-openmp.tar.gz
Include static libs
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c5a0d79c8d23..08e9dc3244fe 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -8,7 +8,7 @@ _PkgName=OpenBLAS
_pkgname=openblas
pkgver=0.3.7
_lapackver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"
@@ -17,7 +17,7 @@ depends=('gcc-libs')
makedepends=('perl' 'gcc-fortran')
provides=('openblas' "blas=${_lapackver}" "lapack=${_lapackver}" "cblas=${_lapackver}" "lapacke=${_lapackver}")
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')
-options=(!emptydirs !strip)
+options=(!emptydirs !strip staticlibs)
source=(${_PkgName}-${pkgver}.tar.gz::https://github.com/xianyi/${_PkgName}/archive/v${pkgver}.tar.gz)
sha256sums=('SKIP')