Accepting request 833595 from home:eeich:branches:science
- Add build support for gcc10 to HPC build (bsc#1174439). OBS-URL: https://build.opensuse.org/request/show/833595 OBS-URL: https://build.opensuse.org/package/show/science/metis?expand=0&rev=16
This commit is contained in:
parent
5cfe676105
commit
864d53c85f
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 16:31:17 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Add build support for gcc10 to HPC build (bsc#1174439).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Feb 26 12:26:32 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
|
@ -69,6 +69,13 @@ ExclusiveArch: do_not_build
|
||||
%undefine mpi_flavor
|
||||
%endif
|
||||
|
||||
%if "%{flavor}" == "gnu10-hpc"
|
||||
%bcond_without hpc
|
||||
%define compiler_family gnu
|
||||
%define c_f_ver 10
|
||||
%undefine mpi_flavor
|
||||
%endif
|
||||
|
||||
%if %{without hpc}
|
||||
%if 0%{!?package_name:1}
|
||||
%define package_name %{pname}
|
||||
|
Loading…
Reference in New Issue
Block a user