mirror of
https://github.com/archlinux/aur.git
synced 2026-02-01 12:16:58 +01:00
tentative fix
This commit is contained in:
parent
b17c958e6e
commit
4893760924
2 changed files with 3 additions and 3 deletions
2
.SRCINFO
2
.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
|
||||
|
|
|
|||
4
PKGBUILD
4
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(){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue