aboutsummaryrefslogtreecommitdiffstats
path: root/community/suitesparse/APKBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'community/suitesparse/APKBUILD')
-rw-r--r--community/suitesparse/APKBUILD5
1 files changed, 3 insertions, 2 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 280364a15f0..c4de6c7cd32 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -3,7 +3,7 @@
pkgname=suitesparse
_pkgname=SuiteSparse
pkgver=5.6.0
-pkgrel=1
+pkgrel=2
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch="all !mips !mips64"
@@ -28,7 +28,8 @@ prepare() {
build() {
#BLAS=-lblas
- make library
+ make library \
+ CMAKE_OPTIONS="-DCMAKE_INSTALL_LIBDIR=$pkgdir/usr/lib"
}
package() {