Accepting request 563390 from devel:languages:python

OBS-URL: https://build.opensuse.org/request/show/563390
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=62
This commit is contained in:
2018-01-16 08:26:17 +00:00
committed by Git OBS Bridge
parent c409681bc7
commit b42f0ee8cf
4 changed files with 21 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
#
# spec file for package python-numpy
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -18,8 +18,8 @@
%global flavor @BUILD_FLAVOR@%{nil}
%define ver 1.13.3
%define _ver 1_13_3
%define ver 1.14.0
%define _ver 1_14_0
%define pname python-numpy
%bcond_with ringdisabled
@@ -43,9 +43,9 @@ ExclusiveArch: do_not_build
%bcond_without hpc
%endif
%if "%flavor" == "gnu6-hpc"
%if "%flavor" == "gnu7-hpc"
%bcond_without hpc
%define c_f_ver 6
%define c_f_ver 7
%endif
%if %{without hpc}
@@ -101,7 +101,6 @@ BuildRequires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc-devel
BuildRequires: lua-lmod
BuildRequires: suse-hpc
Requires: libopenblas%{?hpc_ext}-%{compiler_family}%{?c_f_ver}-hpc
Requires: lua-lmod
%endif
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module devel}