Accepting request 833714 from science

- Add build support for gcc10 to HPC build (bsc#1174439). (forwarded request 833599 from eeich)

OBS-URL: https://build.opensuse.org/request/show/833714
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openblas?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2020-09-14 10:14:15 +00:00 committed by Git OBS Bridge
commit 3e9ae0f1e1
2 changed files with 19 additions and 0 deletions

View File

@ -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>

View File

@ -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}