aboutsummaryrefslogtreecommitdiffstats
path: root/community/lapack/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/lapack/APKBUILD')
-rw-r--r--community/lapack/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/lapack/APKBUILD b/community/lapack/APKBUILD
index 31a1964889..2c37f2de75 100644
--- a/community/lapack/APKBUILD
+++ b/community/lapack/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=lapack
pkgver=3.9.0
-pkgrel=1
+pkgrel=2
pkgdesc="Linear Algebra PACKage"
url="http://www.netlib.org/lapack"
arch="all"
@@ -25,7 +25,7 @@ prepare() {
build() {
cd "$builddir"/sandbox
cmake .. \
- -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_BUILD_TYPE=None \
-DCMAKE_SKIP_RPATH=ON \
-DBUILD_SHARED_LIBS=ON \
-DBUILD_TESTING=OFF \