forked from pool/python-numpy
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:
@@ -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
|
Sat Apr 28 22:05:55 UTC 2018 - toddrme2178@gmail.com
|
||||||
|
|
||||||
|
@@ -32,23 +32,32 @@ ExclusiveArch: do_not_build
|
|||||||
|
|
||||||
%if "%flavor" == "standard"
|
%if "%flavor" == "standard"
|
||||||
%bcond_with hpc
|
%bcond_with hpc
|
||||||
%ifarch armv6l s390 s390x m68k riscv64
|
%if 0%{?sle_version} == 120300 && !0%{?is_opensuse}
|
||||||
%bcond_with openblas
|
%bcond_with openblas
|
||||||
%else
|
%else
|
||||||
%bcond_without openblas
|
%ifarch armv6l s390 s390x m68k riscv64
|
||||||
|
%bcond_with openblas
|
||||||
|
%else
|
||||||
|
%bcond_without openblas
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%flavor" == "gnu-hpc"
|
%if "%flavor" == "gnu-hpc"
|
||||||
%bcond_without hpc
|
%bcond_without hpc
|
||||||
|
%bcond_without openblas
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if "%flavor" == "gnu7-hpc"
|
%if "%flavor" == "gnu7-hpc"
|
||||||
%bcond_without hpc
|
%bcond_without hpc
|
||||||
|
%bcond_without openblas
|
||||||
%define c_f_ver 7
|
%define c_f_ver 7
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%ifarch s390
|
%if 0%{?sle_version} == 120300
|
||||||
|
%{?with_openblas:ExclusiveArch: do_not_build}
|
||||||
|
%endif
|
||||||
|
%ifarch s390 s390x
|
||||||
%{?with_openblas:ExclusiveArch: do_not_build}
|
%{?with_openblas:ExclusiveArch: do_not_build}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user