pkgsrc/math/py-numarray/Makefile
recht 86865c78c3 update to 1.0
important changes:

- Ports of Numeric functions

A bunch of Numeric functions were ported to numarray in the new
libnumeric module.  To get these import from numarray.numeric.  Most
notable among these are put, putmask, take, argmin, and argmax.  Also
added were sort, argsort, concatenate, repeat and resize.  These are
independent ports/implementations in C done for the purpose of best
Numeric compatibility and small array performance.  The numarray
versions, which handle additional cases, still exist and are the
default in numarray proper.

- Faster matrix multiply

The setup for numarray's matrix multiply was moved into C-code.  This
makes it faster for small matrices.

- bug fixes

For a complete list of changes see:
http://sourceforge.net/project/shownotes.php?release_id=250453
2004-07-09 15:50:25 +00:00

18 lines
478 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/07/09 15:50:25 recht Exp $
#
DISTNAME= numarray-1.0
PKGNAME= ${PYPKGPREFIX}-numarray-1.0
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.stsci.edu/resources/software_hardware/numarray
COMMENT= Array manipulation
USE_BUILDLINK3= yes
PYDISTUTILSPKG= yes
PYTHON_VERSIONS_ACCEPTED= 23pth 22pth
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"