Ticket #25830: Portfile

File Portfile, 2.1 KB (added by dechaume@…, 14 years ago)
Line 
1# $Id$
2
3PortSystem              1.0
4PortGroup               python26 1.0
5
6name                    py26-mdp-toolkit
7version                 2.6
8categories-append       science
9platforms               darwin
10maintainers             mnick
11description             Modular toolkit for Data Processing.
12long_description        From the user's perspective, MDP is a collection of \
13                        supervised and unsupervised learning algorithms and \
14                        other data processing units that can be combined into \
15                        data processing sequences and more complex feed-forward \
16                        network architectures. \
17                        From the scientific developer's perspective, MDP is a \
18                        modular framework, which can easily be expanded. The \
19                        implementation of new algorithms is easy and intuitive. \
20                        The new implemented units are then automatically \
21                        integrated with the rest of the library. \
22                        The base of available algorithms is steadily increasing \
23                        and includes, to name but the most common, Principal \
24                        Component Analysis (PCA and NIPALS), several Independent \
25                        Component Analysis algorithms (CuBICA, FastICA, TDSEP, JADE\
26                        , and XSFA), Slow Feature Analysis, Gaussian Classifiers, \
27                        Restricted Boltzmann Machine, and Locally Linear Embedding.
28
29homepage                http://mdp-toolkit.sourceforge.net/
30master_sites            sourceforge:mdp-toolkit
31distname                MDP-${version}
32
33checksums               md5     508ec7c97c9a25dd450fcc65bd13d925 \
34                        sha1    15df0c075d0095c443b0c23b114a85eccde62337 \
35                        rmd160  50e136918be04258a9ec231d4e153f09de8b4ed3
36
37depends_lib-append      port:py26-numpy \
38                        port:py26-distribute
39
40depends_build-append    port:py26-nose
41
42test.run                yes
43test.cmd                nosetests-2.6
44test.target             mdp/test