the Fink project is an effort to port
popular Unix programs to Mac OS X
Info2: <<
Package: numexpr-py%type_pkg[python]
Version: 1.4.2
Revision: 1
Distribution: (%type_pkg[python] = 24) 10.4, (%type_pkg[python] = 24) 10.5, (%type_pkg[python] = 25) 10.4, (%type_pkg[python] = 25) 10.5, (%type_pkg[python] = 25) 10.6
Maintainer: Nicholas Taylor
Type: python (2.4 2.5 2.6 2.7)
Depends: python%type_pkg[python], numpy-py%type_pkg[python]
BuildDepends: fink (>= 0.24.12)
Source: http://numexpr.googlecode.com/files/numexpr-%v.tar.gz
Source-MD5: 139115cc196dc57a66b2eb30cd3e80a0
CompileScript: <<
%p/bin/python%type_raw[python] setup.py build
<<
InstallScript: <<
%p/bin/python%type_raw[python] setup.py install --root %d
<<
DocFiles: README.txt LICENSE.txt
Description: Fast array evaluation for NumPy
DescDetail: <<
Numexpr is a fast numerical expression evaluator for NumPy. With it,
expressions that operate on arrays (like "3*a+4*b") are accelerated
and use less memory than doing the same calculation in Python.
<<
License: OSI-Approved
Homepage: http://code.google.com/p/numexpr/
<<