Accepting request 573260 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/573260
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=64
This commit is contained in:
Dominique Leuenberger 2018-02-09 14:44:14 +00:00 committed by Git OBS Bridge
parent a9db530e5e
commit 86f4ebb8ed
2 changed files with 10 additions and 0 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Tue Feb 6 09:26:56 UTC 2018 - eich@suse.com
- The HPC of python-numpy expects openBLAS. OpenBLAS is not availble
for sc390: disable buidling on s390 for HPC (bsc#1079513).
-------------------------------------------------------------------
Fri Jan 19 16:17:22 CET 2018 - ro@suse.de

View File

@ -48,6 +48,10 @@ ExclusiveArch: do_not_build
%define c_f_ver 7
%endif
%ifarch s390
%{?with_openblas:ExclusiveArch: do_not_build}
%endif
%if %{without hpc}
%define package_name %{pname}
%define p_python_sitearch %python_sitearch