1 | # $Id$ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name py25-shogun |
---|
6 | version 0.6.6 |
---|
7 | |
---|
8 | categories python science |
---|
9 | maintainers nomaintainer |
---|
10 | description Shogun - A Large Scale Machine Learning Toolbox |
---|
11 | long_description ${description} |
---|
12 | |
---|
13 | homepage http://www.shogun-toolbox.org/ |
---|
14 | |
---|
15 | distname shogun-${version} |
---|
16 | use_bzip2 yes |
---|
17 | master_sites ftp://shogun-toolbox.org/shogun/releases/0.6/sources/ |
---|
18 | checksums md5 1199520852d916be385403d5cfc41f00 \ |
---|
19 | sha1 d9ec91fe0b25edb27087c80285f881bcb8d701e9 \ |
---|
20 | rmd160 5e9c4490b5fa6fbdd5c90169c69951a84a50df91 |
---|
21 | |
---|
22 | worksrcdir ${worksrcdir}/src |
---|
23 | |
---|
24 | configure.args --interface=python-modular \ |
---|
25 | --python=${prefix}/bin/python2.5 \ |
---|
26 | --disable-hmm-parallel |
---|
27 | |
---|
28 | depends_lib port:python25 \ |
---|
29 | port:py25-numpy |
---|