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