pkgsrc-wip/py-hcluster/Makefile
Kamel Ibn Aziz Derouiche 30837633e4 Import py26-hcluster-0.2.0 as wip/py-hcluster.
This library provides Python functions for hierarchical clustering.

        * generating hierarchical clusters from distance matrices
        * computing distance matrices from observation vectors
        * computing statistics on clusters
        * cutting linkages to generate flat clusters
        * and visualizing clusters with dendrograms.

The interface is very similar to MATLAB's Statistics Toolbox API to make code
easier to port from MATLAB to Python/Numpy. The core implementation of this
library is in C for efficiency.
2010-08-09 21:31:41 +00:00

25 lines
698 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2010/08/09 21:31:41 jihbed Exp $
#
DISTNAME= hcluster-0.2.0.tar
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/.tar//}
CATEGORIES= parallel math python
MASTER_SITES= http://pypi.python.org/packages/source/h/hcluster/
EXTRACT_SUFX= .gz
MAINTAINER= jihbed.research@gmail.com
HOMEPAGE= http://code.google.com/p/scipy-cluster/
COMMENT= Hierarchical Clustering Package For Scipy
LICENSE= modified-bsd
PKG_DESTDIR_SUPPORT= user-destdir
WRKSRC= ${WRKDIR}/hcluster-0.2.0
USE_LANGUAGES= c
PYDISTUTILSPKG= yes
.include "../../graphics/py-matplotlib/buildlink3.mk"
.include "../../math/py-numpy/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../mk/bsd.pkg.mk"