Ticket #18559: Portfile

File Portfile, 1.3 KB (added by krunk7@…, 15 years ago)

Portfile

Line 
1# -*- 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
2# $Id: Portfile 44414 2008-12-28 05:42:53Z mcalhoun@macports.org $
3
4PortSystem              1.0
5PortGroup               python26 1.0
6
7name                    py26-hcluster
8version                 0.2.0
9categories              python
10platforms               darwin
11maintainers             jameskyle@ucla.edu
12description             This library provides Python functions for agglomerative clustering.
13long_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.
14
15homepage                http://code.google.com/p/scipy-cluster/
16master_sites            http://scipy-cluster.googlecode.com/files/
17
18checksums               md5 47b439d8892a70a0a79adb58bb1f6c5b \
19                        sha1 b944e08d27258e360890ab475d0063d6db960dbd \
20                        rmd160 ba90e20673db05d32850afb67b6aa12292039a54
21
22depends_lib-append      port:py26-numpy
23
24build.env               CCFLAGS="-I${prefix}/include -L${prefix}/lib"
25
26distfiles               hcluster-${version}${extract.suffix}
27worksrcdir              hcluster-${version}