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:
2018-05-16 09:21:50 +00:00
committed by Git OBS Bridge
parent 655d7a67c2
commit 4f981f2522
2 changed files with 18 additions and 3 deletions

View File

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