Accepting request 113730 from devel:languages:python
- Fix SLE_11 build - Modify BuildRequires to match recent name changes of lapack and blas in project. (forwarded request 113708 from namtrac) OBS-URL: https://build.opensuse.org/request/show/113730 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-numpy?expand=0&rev=17
This commit is contained in:
parent
c488ce8a65
commit
1500bff18a
@ -1,3 +1,14 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Apr 15 19:23:41 UTC 2012 - idonmez@suse.com
|
||||
|
||||
- Fix SLE_11 build
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Apr 13 02:56:50 UTC 2012 - badshah400@gmail.com
|
||||
|
||||
- Modify BuildRequires to match recent name changes of lapack and
|
||||
blas in project.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Oct 01 13:49:14 UTC 2011 - behrisch@users.sf.net
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-numpy
|
||||
#
|
||||
# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2012 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
|
||||
@ -16,7 +16,6 @@
|
||||
#
|
||||
|
||||
|
||||
|
||||
Name: python-numpy
|
||||
Version: 1.6.1
|
||||
Release: 0
|
||||
@ -27,9 +26,14 @@ Group: Development/Libraries/Python
|
||||
Source: numpy-%{version}.tar.gz
|
||||
Patch1: numpy-buildfix.patch
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildRequires: python-devel
|
||||
BuildRequires: lapack
|
||||
%if 0%{?suse_version} > 1130
|
||||
BuildRequires: blas-devel
|
||||
BuildRequires: lapack-devel
|
||||
%else
|
||||
BuildRequires: blas
|
||||
BuildRequires: lapack
|
||||
%endif
|
||||
BuildRequires: python-devel
|
||||
%if 0%{?suse_version}
|
||||
BuildRequires: gcc-fortran
|
||||
%py_requires
|
||||
@ -62,9 +66,14 @@ basic linear algebra and random number generation.
|
||||
Summary: Development files for numpy applications
|
||||
Group: Development/Libraries/Python
|
||||
Requires: %{name} = %{version}
|
||||
Requires: python-devel
|
||||
Requires: lapack
|
||||
%if 0%{?suse_version} > 1130
|
||||
Requires: blas-devel
|
||||
Requires: lapack-devel
|
||||
%else
|
||||
Requires: blas
|
||||
Requires: lapack
|
||||
%endif
|
||||
Requires: python-devel
|
||||
%if 0%{?suse_version}
|
||||
Requires: gcc-fortran
|
||||
%else
|
||||
|
Loading…
Reference in New Issue
Block a user