summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-08 22:54:40 +0000
committerAndrew Anderson2018-12-08 22:54:40 +0000
commitf99903bf349c7c29faca1474dffcac11f0d5cdae (patch)
tree80c37415571c55f2f1198b977f1b266536c597f4 /PKGBUILD
parenteacb9e4e36a4c9299a1bc01e595dacc959967021 (diff)
downloadaur-f99903bf349c7c29faca1474dffcac11f0d5cdae.tar.gz
Switch to OpenMP backend
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7c7a6fdedf32..1969c62d21dc 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,12 +9,12 @@ _pkgname=openblas
pkgver=0.3.3
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.8.0
-pkgrel=0
+pkgrel=1
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"
license=('BSD')
-depends=('gcc-libs' 'openmp')
+depends=('gcc-libs')
makedepends=('perl' 'gcc-fortran')
provides=('openblas' "blas=${_lapackver}" "lapack=${_lapackver}" "cblas=${_lapackver}" "lapacke=${_lapackver}")
conflicts=('openblas' 'blas' 'lapack' 'cblas' 'lapacke')