summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2020-01-13 15:56:25 +0000
committerAndrew Anderson2020-01-13 15:56:25 +0000
commit940b3d17ad5ee9fb59835900bb4f089a263725cf (patch)
tree30bcdd44df123664f931e0bc7b685d218040a63e
parentd288b0535e69da324673a0feed4ac48c1055df02 (diff)
downloadaur-940b3d17ad5ee9fb59835900bb4f089a263725cf.tar.gz
Include static libs
-rw-r--r--.SRCINFO3
-rw-r--r--PKGBUILD4
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 27ee53019eac..ee06780739d1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openblas-lapack-openmp
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.3.7
- pkgrel = 1
+ pkgrel = 2
url = http://www.openblas.net/
arch = any
license = BSD
@@ -20,6 +20,7 @@ pkgbase = openblas-lapack-openmp
conflicts = lapacke
options = !emptydirs
options = !strip
+ options = staticlibs
source = OpenBLAS-0.3.7.tar.gz::https://github.com/xianyi/OpenBLAS/archive/v0.3.7.tar.gz
sha256sums = SKIP
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')