Accepting request 606473 from devel:languages:python
OBS-URL: https://build.opensuse.org/request/show/606473 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=68
This commit is contained in:
parent
8aa69f6956
commit
6be798bbfa
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu May 10 16:24:04 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
- Fix issues with some targets not having certain versions of
|
||||
openblas
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Apr 28 22:05:55 UTC 2018 - toddrme2178@gmail.com
|
||||
|
||||
|
@ -32,23 +32,32 @@ ExclusiveArch: do_not_build
|
||||
|
||||
%if "%flavor" == "standard"
|
||||
%bcond_with hpc
|
||||
%ifarch armv6l s390 s390x m68k riscv64
|
||||
%if 0%{?sle_version} == 120300 && !0%{?is_opensuse}
|
||||
%bcond_with openblas
|
||||
%else
|
||||
%bcond_without openblas
|
||||
%ifarch armv6l s390 s390x m68k riscv64
|
||||
%bcond_with openblas
|
||||
%else
|
||||
%bcond_without openblas
|
||||
%endif
|
||||
%endif
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "gnu-hpc"
|
||||
%bcond_without hpc
|
||||
%bcond_without openblas
|
||||
%endif
|
||||
|
||||
%if "%flavor" == "gnu7-hpc"
|
||||
%bcond_without hpc
|
||||
%bcond_without openblas
|
||||
%define c_f_ver 7
|
||||
%endif
|
||||
|
||||
%ifarch s390
|
||||
%if 0%{?sle_version} == 120300
|
||||
%{?with_openblas:ExclusiveArch: do_not_build}
|
||||
%endif
|
||||
%ifarch s390 s390x
|
||||
%{?with_openblas:ExclusiveArch: do_not_build}
|
||||
%endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user