summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuillaume Horel2019-11-28 21:38:19 -0500
committerGuillaume Horel2019-11-28 21:38:19 -0500
commitde43aae6c9cf090b177cacf81c363e4451acb39f (patch)
tree1fd0ba1e4c564250d16c375013cb6d92e198425b
parent0434ec1929931b4614380b39b0e872840676ef5f (diff)
downloadaur-de43aae6c9cf090b177cacf81c363e4451acb39f.tar.gz
restore major version
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD5
2 files changed, 4 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f4835869d464..59661199d193 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.7
- pkgrel = 2
+ pkgrel = 3
url = http://www.openblas.net/
arch = x86_64
license = BSD
diff --git a/PKGBUILD b/PKGBUILD
index 12b5fb2b13b2..afaa1a2c5da0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -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/"
@@ -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}"