# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4
# $Id: Portfile 50984 2009-05-14 21:08:43Z and.damore@macports.org $

PortSystem          1.0
PortGroup           python26 1.0

name                py26-hcluster
version             0.2.0
categories          python
maintainers         ucla.edu:jameskyle
description         This library provides Python functions for agglomerative clustering.
long_description    ${description} 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.
homepage            http://code.google.com/p/scipy-cluster/

platforms           darwin
depends_lib-append  port:py26-numpy

master_sites        googlecode:scipy-cluster

checksums           md5 47b439d8892a70a0a79adb58bb1f6c5b \
                    sha1 b944e08d27258e360890ab475d0063d6db960dbd \
                    rmd160 ba90e20673db05d32850afb67b6aa12292039a54

distname            hcluster-${version}

build.env           CCFLAGS="-I${prefix}/include -L${prefix}/lib"
