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, 1 insertions, 4 deletions
diff --git a/community/suitesparse/APKBUILD b/community/suitesparse/APKBUILD
index 8fed850e6a..68b6847cd2 100644
--- a/community/suitesparse/APKBUILD
+++ b/community/suitesparse/APKBUILD
@@ -3,7 +3,7 @@
pkgname=suitesparse
_pkgname=SuiteSparse
pkgver=4.5.5
-pkgrel=0
+pkgrel=1
pkgdesc="A collection of sparse matrix libraries"
url="http://faculty.cse.tamu.edu/davis/suitesparse.html"
arch="all !s390x"
@@ -23,9 +23,6 @@ prepare() {
# OpenBLAS provides also LAPACK.
export LAPACK="-lopenblas"
- # gcc fails on internal error when using default -O3.
- export OPTIMIZATION="-O2"
-
# Do not include the Partition module and METIS (it's optional and
# Julia doesn't need it).
export CFLAGS="$CFLAGS -DNPARTITION"