summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Anderson2018-12-08 22:58:06 +0000
committerAndrew Anderson2018-12-08 22:58:06 +0000
commit1f3a34e6c76ffaf27046d472a7fe2796f5273c3c (patch)
tree8be39f50ba65e2fcee6d253c1f15643e21ceefa1
parentff533c53f8edf7e9ad906755ed3296af1c5ec9b0 (diff)
downloadaur-1f3a34e6c76ffaf27046d472a7fe2796f5273c3c.tar.gz
Switch to OpenMP backend
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index de592411caee..b9d2e12ab5da 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.3
- pkgrel = 2
+ pkgrel = 3
url = http://www.openblas.net/
arch = any
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 7ca71e075a98..293696eafeb5 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -9,7 +9,7 @@ _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=2
+pkgrel=3
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('any')
url="http://www.openblas.net/"
@@ -25,7 +25,7 @@ sha256sums=('49d88f4494ae780e3d7fa51769c00d982d7cdb73e696054ac3baa81d42f13bab')
# Add the following line to the _config variable if you want to set the number of make jobs
# MAKE_NB_JOBS=2 \
-_config="FC=gfortran USE_OPENMP=1 USE_THREAD=0 \
+_config="FC=gfortran USE_OPENMP=1 USE_THREAD=1 \
USE_COMPILER_TLS=0 \
NO_LAPACK=0 BUILD_LAPACK_DEPRECATED=1"