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}