aboutsummaryrefslogtreecommitdiffstats
path: root/community/suitesparse
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2018-06-01 07:58:02 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2018-06-04 05:33:23 +0000
commit85803fa9aa95ce509c1f8814831526e9da822f43 (patch)
tree2bd4b84f859fd501663ad2e462c94a4f2434799b /community/suitesparse
parent3a1104ba09d75ffbc849cccf59ee1a619e04cde6 (diff)
downloadaports-85803fa9aa95ce509c1f8814831526e9da822f43.tar.bz2
aports-85803fa9aa95ce509c1f8814831526e9da822f43.tar.xz
community/[various]: rebuild against openblas-0.3.0, enable s390x
community/suitesparse: upgrade to to 5.2.0
Diffstat (limited to 'community/suitesparse')
-rw-r--r--community/suitesparse/APKBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 326f484da2..bef3b9dfd9 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -2,13 +2,13 @@
# Maintainer: Jakub Jirutka <jakub@jirutka.cz>
pkgname=suitesparse
_pkgname=SuiteSparse
-pkgver=4.5.6
+pkgver=5.2.0
pkgrel=0
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
-arch="all !s390x"
+arch="all"
license="GPL"
-depends_dev="openblas-dev"
+depends_dev="openblas-dev>=0.3.0"
makedepends="$depends_dev"
subpackages="$pkgname-dev $pkgname-doc"
source="http://faculty.cse.tamu.edu/davis/$_pkgname/$_pkgname-$pkgver.tar.gz
@@ -45,6 +45,6 @@ package() {
INSTALL_DOC="$pkgdir/usr/share/doc/$pkgname"
}
-sha512sums="5922789ed9919f5872e5dd316165858f790ac6889bb396c1293594334e7e625b2da4f16c80447a645bbcd4d9be7709f930f7eefdb41abeb5ed71db511cdc3611 SuiteSparse-4.5.6.tar.gz
+sha512sums="d99d82504726a63d60e0a275c5257bd1fd9a62849d9a8ff008e29b85a97e809c0d9764c827e975df1c6e8bd6856df4f25c109e44f164af91d9488d5da0247a4b SuiteSparse-5.2.0.tar.gz
0bdaed29c7770104eb94d9e60a42fe68b5643c8f958aba4cc6d7996888a83ae75a4e509d0c262264c49d5d9b1ca23a958cc71cfaa5e983b0008e65455a987cac 0001-exclude-metis.patch
cd40b696515b26c95298b435a5111e582dc42c2fa2e8ef9889558467d375b1d19452838b9463df66958e73ddb0c8c0191936e3e952586a3c7d345edb08fa7e62 0002-remove-rpath.patch"