From 4893760924cef91fe2d695bb546d9cce3d648daa Mon Sep 17 00:00:00 2001 From: Guillaume Horel Date: Wed, 21 Oct 2020 11:02:54 -0400 Subject: [PATCH] tentative fix --- .SRCINFO | 2 +- PKGBUILD | 4 ++-- 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(){