summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2020-10-21 11:02:54 -0400
committerGuillaume Horel2020-10-21 11:02:54 -0400
commit4893760924cef91fe2d695bb546d9cce3d648daa (patch)
tree2e9ffe61aa5d7e0f5efb60111aafd22a7f475c21
parentb17c958e6e56d48ccdf54f6c4012e22d21444bdc (diff)
downloadaur-4893760924cef91fe2d695bb546d9cce3d648daa.tar.gz
tentative fix
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD4
2 files changed, 3 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 00fead6366c4..d62d1bef7c29 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = openblas-lapack
pkgdesc = Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)
pkgver = 0.3.11
- pkgrel = 1
+ pkgrel = 2
url = http://www.openblas.net/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 6acc848c7189..ce9366da3aec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -10,7 +10,7 @@ pkgver=0.3.11
# grep VERSION "${srcdir}/${_PkgName}-${pkgver}"/lapack-netlib/README.md | tail -n 1 | cut -d ' ' -f 2
_lapackver=3.9.0
_blasver=3.8.0
-pkgrel=1
+pkgrel=2
pkgdesc="Optimized BLAS library based on GotoBLAS2 1.13 BSD (providing blas, lapack, and cblas)"
arch=('x86_64')
url="http://www.openblas.net/"
@@ -33,7 +33,7 @@ _config="FC=gfortran USE_OPENMP=1 USE_THREAD=1 \
build(){
cd "${srcdir}/${_PkgName}-${pkgver}"
- make ${_config} CFLAGS="${CFLAGS}" libs netlib shared
+ make ${_config} CFLAGS="${CFLAGS} -march=native" libs netlib shared
}
check(){