Ticket #27074: Portfile

File Portfile, 798 bytes (added by mwilliams256@…, 13 years ago)

fann @2.0.0 portfile

Line 
1# $Id$
2
3PortSystem          1.0
4
5name                fann
6version             2.0.0
7categories          science
8platforms           darwin
9maintainers         Mitch Williams
10description         Fast Artifical Neural Network Library (FANN)
11long_description    Fast Artificial Neural Network Library is a free open source neural network library, which implements multilayer artificial neural networks in C with support for both fully connected and sparsely connected networks.
12homepage            http://leenissen.dk/fann/
13master_sites        sourceforge
14
15distfiles           fann-2.0.0.tar.gz
16
17checksums           md5     bb28ee2cae2a863688d2dbfa0bf3c5e1 \
18                    sha1    ca82372412501934cfdbccc3a994420c69e57bf2 \
19                    rmd160  71f59a6c1f13f8b9989ae9b8db0b64d0fbd53921
20
21