Accepting request 248212 from devel:languages:python

1

OBS-URL: https://build.opensuse.org/request/show/248212
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=42
This commit is contained in:
Stephan Kulow
2014-09-10 15:02:05 +00:00
committed by Git OBS Bridge
parent 4e6eac3f2b
commit 3658b7e41a
9 changed files with 82 additions and 86 deletions

View File

@@ -19,7 +19,7 @@
%define modname numpy
Name: python-numpy-doc
%define docname numpydoc
Version: 1.8.2
Version: 1.9.0
Release: 0
%define docvers 0.4
Url: http://www.numpy.org/
@@ -27,8 +27,10 @@ Summary: Documentation for python-numpy
License: BSD-3-Clause
Group: Development/Libraries/Python
Source: https://pypi.python.org/packages/source/n/numpy/numpy-%{version}.tar.gz
# PATCH-FIX-OPENSUSE numpy-buildfix.patch -- openSUSE-specific build fixes
Patch0: numpy-buildfix.patch
Patch1: numpy-double-double-le.patch
# PATCH-FIX-OPENSUSE numpy-1.9.0-remove-__declspec.patch -- fix for spurious compiler warnings that cause build failure
Patch1: numpy-1.9.0-remove-__declspec.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: blas-devel
BuildRequires: lapack-devel