Accepting request 833599 from home:eeich:branches:science
- Add build support for gcc10 to HPC build (bsc#1174439). OBS-URL: https://build.opensuse.org/request/show/833599 OBS-URL: https://build.opensuse.org/package/show/science/openblas?expand=0&rev=96
This commit is contained in:
parent
ff51291708
commit
f391c4cf63
@ -3,6 +3,11 @@ Wed Aug 12 02:36:15 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>
|
||||
|
||||
- Avoid compile-time CPU-detection (boo#1100677)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 16:25:56 UTC 2020 - Egbert Eich <eich@suse.com>
|
||||
|
||||
- Add build support for gcc10 to HPC build (bsc#1174439).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 15 05:13:19 UTC 2020 - Ismail Dönmez <idonmez@suse.com>
|
||||
|
||||
|
@ -114,6 +114,20 @@ ExclusiveArch: do_not_build
|
||||
%{bcond_without hpc}
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "gnu10-hpc"
|
||||
%define compiler_family gnu
|
||||
%define c_f_ver 10
|
||||
%{bcond_without hpc}
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "gnu10-hpc-pthreads"
|
||||
%define compiler_family gnu
|
||||
%define c_f_ver 10
|
||||
%define ext pthreads
|
||||
%define build_flags USE_THREAD=1 USE_OPENMP=0
|
||||
%{bcond_without hpc}
|
||||
%endif
|
||||
|
||||
%if %{without hpc}
|
||||
%if 0%{!?package_name:1}
|
||||
%define package_name %{pname}_%{flavor}
|
||||
|
Loading…
Reference in New Issue
Block a user