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:
Dominique Leuenberger 2018-01-16 08:26:17 +00:00 committed by Git OBS Bridge
parent ef8b7cc7fa
commit e22abeab4d
4 changed files with 21 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:36ee86d5adbabc4fa2643a073f93d5504bdfed37a149a3a49f4dde259f35a750
size 5021189

3
numpy-1.14.0.zip Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3de643935b212307b420248018323a44ec51987a336d1d747c1322afc3c099fb
size 4900811

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Wed Jan 10 09:04:47 UTC 2018 - adrian@suse.de
- update to version 1.14.0
Changes documented in release notes:
https://github.com/numpy/numpy/blob/master/doc/release/1.14.0-notes.rst
-------------------------------------------------------------------
Fri Jan 5 19:17:07 UTC 2018 - eich@suse.com
- Switch from gcc6 to gcc7 as additional compiler flavor for HPC on SLES.
- Fix library package requires - use HPC macro (boo#1074890).
-------------------------------------------------------------------
Mon Nov 13 14:17:56 UTC 2017 - eich@suse.com

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}