aboutsummaryrefslogtreecommitdiffstats
path: root/community/suitesparse
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2020-04-13 20:19:18 -0300
committerLeo <thinkabit.ukim@gmail.com>2020-04-14 00:55:22 +0000
commitea18b884759dc9123bb179f3c5117b94a6fd856c (patch)
treebda64e9e531aca87891fba1146ba7a9028e94de5 /community/suitesparse
parent5ddc4da2adef296a7ebf52da62f6d7fe8b1877d2 (diff)
community/suitesparse: install to /usr/lib not /usr/lib64
Diffstat (limited to 'community/suitesparse')
-rw-r--r--community/suitesparse/APKBUILD11
1 files changed, 6 insertions, 5 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 465591e1dc2..280364a15f0 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -3,11 +3,11 @@
pkgname=suitesparse
_pkgname=SuiteSparse
pkgver=5.6.0
-pkgrel=0
+pkgrel=1
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch="all !mips !mips64"
-license="GPL"
+license="GPL-3.0-only"
depends_dev="openblas-dev lapack-dev"
makedepends="$depends_dev cmake m4"
subpackages="$pkgname-dev $pkgname-doc"
@@ -34,9 +34,10 @@ build() {
package() {
#BLAS=-lblas \
make install \
- INSTALL="$pkgdir/usr" \
- INSTALL_INCLUDE="$pkgdir/usr/include/$pkgname" \
- INSTALL_DOC="$pkgdir/usr/share/doc/$pkgname"
+ INSTALL="$pkgdir"/usr \
+ INSTALL_INCLUDE="$pkgdir"/usr/include/"$pkgname" \
+ INSTALL_DOC="$pkgdir"/usr/share/doc/"$pkgname" \
+ INSTALL_LIB="$pkgdir"/usr/lib
}
sha512sums="c4dac62710501388fd58e52fe239723f83a94ff666410f711d42710485730d2821d3bb0ad937b40ac1a257e6da2ed317e30d74592b16ac3f959295965314d6dc suitesparse-5.6.0.tar.gz