Skip to content

Commit

Permalink
auto update for package openblas-lapack
Browse files Browse the repository at this point in the history
  • Loading branch information
calil committed Nov 29, 2019
1 parent 1cca560 commit 1862c2e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions openblas-lapack/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ _pkgname=openblas
pkgver=0.3.7
# 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=('x86_64')
url="http://www.openblas.net/"
Expand All @@ -26,7 +26,8 @@ sha256sums=('bde136122cef3dd6efe2de1c6f65c10955bbb0cc01a520c2342f5287c28f9379')
# MAKE_NB_JOBS=2 \
_config="FC=gfortran USE_OPENMP=1 USE_THREAD=1 \
USE_TLS=1 \
NO_LAPACK=0 BUILD_LAPACK_DEPRECATED=1"
NO_LAPACK=0 BUILD_LAPACK_DEPRECATED=1 \
MAJOR_VERSION=${_lapackver:0:1} NO_STATIC=1"

build(){
cd "${srcdir}/${_PkgName}-${pkgver}"
Expand Down

0 comments on commit 1862c2e

Please sign in to comment.