[45335] trunk/dports/python

macsforever2000 at macports.org macsforever2000 at macports.org
Tue Jan 13 12:59:00 PST 2009


Revision: 45335
          http://trac.macports.org/changeset/45335
Author:   macsforever2000 at macports.org
Date:     2009-01-13 12:58:59 -0800 (Tue, 13 Jan 2009)
Log Message:
-----------
Added new port (#17934)

Added Paths:
-----------
    trunk/dports/python/py25-hcluster/
    trunk/dports/python/py25-hcluster/Portfile

Added: trunk/dports/python/py25-hcluster/Portfile
===================================================================
--- trunk/dports/python/py25-hcluster/Portfile	                        (rev 0)
+++ trunk/dports/python/py25-hcluster/Portfile	2009-01-13 20:58:59 UTC (rev 45335)
@@ -0,0 +1,28 @@
+# -*- 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$
+
+PortSystem              1.0
+PortGroup               python25 1.0
+
+name                    py25-hcluster
+version                 0.2.0
+categories              python
+platforms               darwin
+maintainers             ucla.edu:jameskyle
+
+description             This library provides Python functions for agglomerative clustering.
+long_description        This library provides Python functions for agglomerative clustering. 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/
+master_sites            http://scipy-cluster.googlecode.com/files/
+
+distname                hcluster-${version}
+
+checksums               md5 47b439d8892a70a0a79adb58bb1f6c5b \
+                        sha1 b944e08d27258e360890ab475d0063d6db960dbd \
+                        rmd160 ba90e20673db05d32850afb67b6aa12292039a54
+
+depends_lib-append      port:py25-numpy 
+
+build.env               CCFLAGS="-I${prefix}/include -L${prefix}/lib"
+


Property changes on: trunk/dports/python/py25-hcluster/Portfile
___________________________________________________________________
Added: svn:keywords
   + Id
Added: svn:eol-style
   + native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090113/45e8f2f0/attachment.html>


More information about the macports-changes mailing list