From 8673967a3e80b10c996f22e10f7c8631171ebaa1d08aa298c082f16c95b8fafb Mon Sep 17 00:00:00 2001 From: Nicolas Morey-Chaisemartin Date: Thu, 26 Sep 2019 11:09:56 +0000 Subject: [PATCH] Accepting request 733398 from home:NMoreyChaisemartin:branches:science:HPC - Fix LTO support in archive files OBS-URL: https://build.opensuse.org/request/show/733398 OBS-URL: https://build.opensuse.org/package/show/science:HPC/mpiP?expand=0&rev=23 --- mpiP.changes | 5 +++++ mpiP.spec | 6 +++--- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/mpiP.changes b/mpiP.changes index 29d4f80..37ab762 100644 --- a/mpiP.changes +++ b/mpiP.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Sep 26 09:40:42 UTC 2019 - Nicolas Morey-Chaisemartin + +- Fix LTO support in archive files + ------------------------------------------------------------------- Fri Mar 2 15:14:08 UTC 2018 - cgoll@suse.com diff --git a/mpiP.spec b/mpiP.spec index 4bd21db..1b2f197 100644 --- a/mpiP.spec +++ b/mpiP.spec @@ -1,7 +1,7 @@ # # spec file for package mpiP # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -151,7 +151,7 @@ This contains the documentation. %patch1 -p1 %build - +%global _lto_cflags %{_lto_cflags} -ffat-lto-objects %hpc_setup CC=mpicc CXX=mpicxx