From 269fa2dbbfdd6d577a3d6fb8589987085dac5ef8df38ced68352604e353ba447 Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Fri, 11 Sep 2020 08:24:06 +0000 Subject: [PATCH] Accepting request 833681 from home:eeich:branches:science - Add build support for gcc10 to HPC build (bsc#1174439). OBS-URL: https://build.opensuse.org/request/show/833681 OBS-URL: https://build.opensuse.org/package/show/science/superlu?expand=0&rev=24 --- superlu.changes | 5 +++++ superlu.spec | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/superlu.changes b/superlu.changes index e0c9929..1432158 100644 --- a/superlu.changes +++ b/superlu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Fri Sep 11 06:13:46 UTC 2020 - Egbert Eich + +- Add build support for gcc10 to HPC build (bsc#1174439). + ------------------------------------------------------------------- Wed Feb 26 12:30:51 UTC 2020 - Egbert Eich diff --git a/superlu.spec b/superlu.spec index ca3ad0f..216d93d 100644 --- a/superlu.spec +++ b/superlu.spec @@ -56,6 +56,12 @@ ExclusiveArch: do_not_build %define c_f_ver 9 %endif +%if "%{flavor}" == "gnu10-hpc" +%bcond_without hpc +%global compiler_family gnu +%define c_f_ver 10 +%endif + %bcond_with ringdisabled %if %{with hpc} && %{with ringdisabled}