pkgsrc/math/py-numexpr/Makefile
drochner 217ba8e41e update to 1.4.1
changes:
-Added support for multi-threading in pure C
-refactorization of the opcode machinery, Added a couple of opcodes
-fixes
-release GIL during computations for better resource usage for
 multithreaded apps
2010-11-02 19:25:04 +00:00

23 lines
596 B
Makefile

# $NetBSD: Makefile,v 1.2 2010/11/02 19:25:04 drochner Exp $
#
DISTNAME= numexpr-1.4.1
PKGNAME= ${PYPKGPREFIX}-numexpr-1.4.1
CATEGORIES= math
MASTER_SITES= http://numexpr.googlecode.com/files/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://numexpr.googlecode.com/
COMMENT= Numerical expression evaluator for NumPy
#LICENSE= # TODO: (see mk/license.mk)
PKG_DESTDIR_SUPPORT= user-destdir
PYDISTUTILSPKG= yes
do-test:
${PYTHONBIN} -c "import numexpr; numexpr.test()"
.include "../../lang/python/extension.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"