Accepting request 220836 from devel:languages:python

- add numpy-double-double-le.patch for ppc64le (forwarded request 220757 from k0da)

OBS-URL: https://build.opensuse.org/request/show/220836
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=38
This commit is contained in:
Stephan Kulow 2014-02-04 20:50:23 +00:00 committed by Git OBS Bridge
parent 9521c1fa2a
commit 5b22870945
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Feb 4 00:55:42 UTC 2014 - dvaleev@suse.com
- add numpy-double-double-le.patch for ppc64le
-------------------------------------------------------------------
Thu Oct 31 10:17:25 UTC 2013 - toddrme2178@gmail.com

View File

@ -1,7 +1,7 @@
#
# spec file for package python-numpy-doc
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -28,6 +28,7 @@ License: BSD-3-Clause
Group: Development/Libraries/Python
Source: %{modname}-%{version}.tar.gz
Patch0: numpy-buildfix.patch
Patch1: numpy-double-double-le.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: blas-devel
BuildRequires: lapack-devel
@ -107,6 +108,7 @@ This package provides the PDF documentation for NumPy
%prep
%setup -q -n %{modname}-%{version}
%patch0 -p1
%patch1 -p1
%build
# make the documentation

View File

@ -1,7 +1,7 @@
#
# spec file for package python-numpy
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed