Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37705155
en ru br
ALT Linux repos
5.0: 1.2.1-alt1
4.1: 1.0.2-alt1.1
4.0: 1.0.2-alt1

Group :: Development/Other
RPM: python-module-numpy

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

%define oname numpy
Name: python-module-%oname
Version: 1.0.2
Release: alt1

Summary: NumPy: array processing for numbers, strings, records, and objects.

License: BSD
Group: Development/Other
Url: http://numeric.scipy.org

Packager: Vitaly Lipatov <lav at altlinux.ru>

%setup_python_module %oname

%add_python_req_skip Series f2py_ext f2py_f90_ext gen_ext genapi numpy_distutils numpyx pyrex_ext setuptools swig_ext

Source: http://dl.sf.net/%oname/%oname-%version.tar.bz2

# Automatically added by buildreq on Fri Mar 24 2006

BuildRequires: python-dev python-modules python-modules-compiler python-modules-encodings

%description
NumPy is a general-purpose array-processing package designed to
efficiently manipulate large multi-dimensional arrays of arbitrary
records without sacrificing too much speed for small multi-dimensional
arrays.  NumPy is built on the Numeric code base and adds features
introduced by numarray as well as an extended C-API and the ability to
create arrays of arbitrary type.

There are also basic facilities for discrete fourier transform,
basic linear algebra and random number generation.

%prep
%setup -q -n %oname-%version

%build
env CFLAGS="$RPM_OPT_FLAGS" %__python setup.py build

%install
%__python setup.py install --root %buildroot

%find_lang %name

%post
%update_menus

%postun
%clean_menus

%files -f %name.lang
%doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt
%_bindir/f2py2.4
%python_sitelibdir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin