a2942f0f6a
artificial neural networks in C with support for both fully connected and sparsely connected networks. Cross-platform execution in both fixed and floating point are supported. It includes a framework for easy handling of training data sets. It is easy to use, versatile, well documented, and fast. Bindings to other programming languages and a GUI are also available. This is a CVS snapshot.
17 lines
516 B
Text
17 lines
516 B
Text
# $NetBSD: Makefile.common,v 1.1.1.1 2006/10/12 18:30:22 gdt Exp $
|
|
|
|
FANNVERSION= 2.1.0
|
|
FANNDATE= 20061012
|
|
DISTNAME= fann-${FANNVERSION}-${FANNDATE}
|
|
PKGNAME= fann-${FANNVERSION}.${FANNDATE}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
CATEGORIES= devel
|
|
|
|
# temporary to distribute snapshot tarballs - the latest release and beta
|
|
# apparently both do not work with python
|
|
MASTER_SITES= http://acert.ir.bbn.com/downloads/acert/
|
|
|
|
WRKSRC= ${WRKDIR}/fann-${FANNVERSION}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://leenissen.dk/fann/
|