pkgsrc/math/py-Numeric/Makefile
drochner 8b9ec31abd update to 24.2
another "final release"
changes:
-__array_data__, __array_struct__ support
-some bugfixes
-Support array interface in objecttype function
-build system improvements

inofficial note:
The default indices of diagonal() and trace() changed, this causes
a selftest to fail. The default indices behaviour is documented, so
it seems that just the selftest is wrong. This only affects arrays with
more than 2 dimensions.
2006-02-15 17:37:08 +00:00

18 lines
449 B
Makefile

# $NetBSD: Makefile,v 1.40 2006/02/15 17:37:08 drochner Exp $
DISTNAME= Numeric-24.2
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
CATEGORIES= math python
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=numpy/}
MAINTAINER= tsarna@NetBSD.org
HOMEPAGE= http://numeric.scipy.org/
COMMENT= Adds multidimensional numeric arrays to Python
PYDISTUTILSPKG= yes
PYBINMODULE= yes
PYSETUP= setup.py
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"