Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37706313
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.2.1
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 Array Farray Tensor Vector code_generators my_module numscons np
# TODO: build scipy module?
%add_python_req_skip scipy

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

# Automatically added by buildreq on Mon Dec 01 2008

BuildRequires: liblapack-devel python-module-Pyrex python-modules-compiler python-modules-curses python-modules-encodings rpm-build-java rpm-build-mono rpm-build-seamonkey subversion xorg-sdk

BuildPreReq: rpm-build-compat >= 1.2

%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
%python_build

%install
%python_install
%find_lang %name

%files -f %name.lang
%doc COMPATIBILITY LICENSE.txt README.txt THANKS.txt
%_bindir/f2py%__python_version
%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