From 8f02195e122ae46188000ca134e1a1e1fd03fc60bc2b3014c18856fd28f98ea8 Mon Sep 17 00:00:00 2001 From: Christian Goll Date: Mon, 5 Aug 2019 08:00:51 +0000 Subject: [PATCH] Accepting request 720913 from home:marxin:static - Use FAT LTO objects in order to provide proper static library. OBS-URL: https://build.opensuse.org/request/show/720913 OBS-URL: https://build.opensuse.org/package/show/science/suitesparse?expand=0&rev=20 --- suitesparse.changes | 5 +++++ suitesparse.spec | 1 + 2 files changed, 6 insertions(+) diff --git a/suitesparse.changes b/suitesparse.changes index a990ed5..cc29e68 100644 --- a/suitesparse.changes +++ b/suitesparse.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Aug 2 08:23:49 UTC 2019 - Martin Liška + +- Use FAT LTO objects in order to provide proper static library. + ------------------------------------------------------------------- Sat Apr 6 12:04:27 UTC 2019 - Jan Engelhardt diff --git a/suitesparse.spec b/suitesparse.spec index 699a33c..1f328ee 100644 --- a/suitesparse.spec +++ b/suitesparse.spec @@ -579,6 +579,7 @@ rm SPQR/Doc/spqr.pdf %patch775418 -p1 %build +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %if 0%{?suse_version} < 1500 export CC=gcc-7 export CXX=g++-7