A Python module for estimation of entropy and information theoretic quantities using cutting edge bias correction methods, such as * Panzeri-Treves (PT) * Quadratic Extrapolation (QE) * Nemenman-Shafee-Bialek (NSB)
24 lines
632 B
Makefile
24 lines
632 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/05/22 23:13:03 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= pyentropy-0.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= math
|
|
MASTER_SITES= http://pyentropy.googlecode.com/files/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://code.google.com/p/pyentropy/
|
|
COMMENT= Python module for estimation information theoretic quantities
|
|
LICENSE= gnu-gpl-v2
|
|
|
|
#DEPENDS+= ${PYPKGPREFIX}-scipy>=0.7.0:../../math/py-scipy
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../math/py-numpy/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|