import fann 2.1.0beta
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. 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.
This commit is contained in:
parent
73dd3b8299
commit
1fbb345fce
32
math/fann/Makefile
Normal file
32
math/fann/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2007/12/17 20:42:00 jasper Exp $
|
||||
|
||||
COMMENT= Fast Artificial Neural Network Library
|
||||
|
||||
DISTNAME= fann-2.1.0beta
|
||||
SHARED_LIBS += floatfann 0.0 # .2.1
|
||||
SHARED_LIBS += doublefann 0.0 # .2.1
|
||||
SHARED_LIBS += fixedfann 0.0 # .2.1
|
||||
SHARED_LIBS += fann 0.0 # .2.1
|
||||
CATEGORIES= math devel
|
||||
|
||||
HOMEPAGE= http://leenissen.dk/fann/
|
||||
|
||||
# LGPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fann/}
|
||||
EXTRACT_SUFX= .zip
|
||||
|
||||
WRKDIST= ${WRKDIR}/fann-2.1.0
|
||||
|
||||
USE_LIBTOOL= Yes
|
||||
CONFIGURE_STYLE= gnu
|
||||
|
||||
post-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/fann
|
||||
${INSTALL_DATA} ${WRKSRC}/doc/*.txt ${PREFIX}/share/doc/fann
|
||||
|
||||
.include <bsd.port.mk>
|
5
math/fann/distinfo
Normal file
5
math/fann/distinfo
Normal file
@ -0,0 +1,5 @@
|
||||
MD5 (fann-2.1.0beta.zip) = nFPZbOQVySfLl7j53i6ogQ==
|
||||
RMD160 (fann-2.1.0beta.zip) = 8NU2ZUeh85mCRrn/7JyaZexw+p4=
|
||||
SHA1 (fann-2.1.0beta.zip) = 7oavu5eHzUGkLgfbKpvBBpm1VfY=
|
||||
SHA256 (fann-2.1.0beta.zip) = wkFxtbnIeUa9L1AEXMjb0BIWKf5CZhVQHbFOYEPkoUE=
|
||||
SIZE (fann-2.1.0beta.zip) = 4033198
|
6
math/fann/pkg/DESCR
Normal file
6
math/fann/pkg/DESCR
Normal file
@ -0,0 +1,6 @@
|
||||
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. 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.
|
5
math/fann/pkg/PFRAG.shared
Normal file
5
math/fann/pkg/PFRAG.shared
Normal file
@ -0,0 +1,5 @@
|
||||
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2007/12/17 20:42:00 jasper Exp $
|
||||
@lib lib/libdoublefann.so.${LIBdoublefann_VERSION}
|
||||
@lib lib/libfann.so.${LIBfann_VERSION}
|
||||
@lib lib/libfixedfann.so.${LIBfixedfann_VERSION}
|
||||
@lib lib/libfloatfann.so.${LIBfloatfann_VERSION}
|
30
math/fann/pkg/PLIST
Normal file
30
math/fann/pkg/PLIST
Normal file
@ -0,0 +1,30 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2007/12/17 20:42:00 jasper Exp $
|
||||
%%SHARED%%
|
||||
include/compat_time.h
|
||||
include/doublefann.h
|
||||
include/fann.h
|
||||
include/fann_activation.h
|
||||
include/fann_cascade.h
|
||||
include/fann_data.h
|
||||
include/fann_error.h
|
||||
include/fann_internal.h
|
||||
include/fann_io.h
|
||||
include/fann_train.h
|
||||
include/fixedfann.h
|
||||
include/floatfann.h
|
||||
lib/libdoublefann.a
|
||||
lib/libdoublefann.la
|
||||
lib/libfann.a
|
||||
lib/libfann.la
|
||||
lib/libfixedfann.a
|
||||
lib/libfixedfann.la
|
||||
lib/libfloatfann.a
|
||||
lib/libfloatfann.la
|
||||
lib/pkgconfig/
|
||||
lib/pkgconfig/fann.pc
|
||||
share/doc/fann/
|
||||
share/doc/fann/advancedusage.txt
|
||||
share/doc/fann/fixedpointusage.txt
|
||||
share/doc/fann/gettingstarted.txt
|
||||
share/doc/fann/installation.txt
|
||||
share/doc/fann/theory.txt
|
Loading…
Reference in New Issue
Block a user