From d8bd8fafd7963bddc3ce52c7daf6b52b86029de6 Mon Sep 17 00:00:00 2001 From: tmpfile Date: Sun, 18 Jun 2017 16:03:17 -0300 Subject: community/suitesparse: build at -O3 The bug that prevented this has been fixed upstream. https://gcc.gnu.org/bugzilla/show_bug.cgi?id=71505 --- community/suitesparse/APKBUILD | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'community/suitesparse') 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" -- cgit v1.2.3