aboutsummaryrefslogtreecommitdiffstats
path: root/community/suitesparse
diff options
context:
space:
mode:
authorTuan M. Hoang <tmhoang@flatglobe.org>2017-04-11 21:00:11 -0400
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-04-20 13:37:12 +0000
commit4fb44b65103a852adad86f575f0ac998be71dea4 (patch)
tree559ada28bdce4fee012620ed48e812c2a52255a0 /community/suitesparse
parentf8fb296ad853f9c5cdc399d81076ef47c9a70324 (diff)
downloadaports-4fb44b65103a852adad86f575f0ac998be71dea4.tar.bz2
aports-4fb44b65103a852adad86f575f0ac998be71dea4.tar.xz
community/[various]: no s390x support for openblas yet
Diffstat (limited to 'community/suitesparse')
-rw-r--r--community/suitesparse/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 34433c5189..1049e1c667 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -3,10 +3,10 @@
pkgname=suitesparse
_pkgname=SuiteSparse
pkgver=4.5.3
-pkgrel=0
+pkgrel=1
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
-arch="all"
+arch="all !s390x"
license="GPL"
depends_dev="openblas-dev"
makedepends="$depends_dev"