diff options
author | gdt <gdt@pkgsrc.org> | 2014-01-22 01:49:21 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2014-01-22 01:49:21 +0000 |
commit | 3c280386a1c6f7b5f98f3aaed2eed43263f29f69 (patch) | |
tree | 6ba1dc5a712bf3db71a0ce4e2bf27187e6d9fce0 /devel/fann | |
parent | 834b3f7eea1250a1e68772890ee78a8b0f1622b3 (diff) | |
download | pkgsrc-3c280386a1c6f7b5f98f3aaed2eed43263f29f69.tar.gz |
Add newline to separate decls, but really to provoke a commit.
Commit message that should have been in previous commit follows:
Version 2.2.0 is backwards compatible and adds the following new
features:
Added Sarprop training
Added fann_create_train for creating an empty training data struct
Added fann_copy for copying an ANN
Added cascade_min_out_epochs and cascade_min_cand_epochs to
improve cascade training
Added extra checks when training, to ensure that data and network
input and output sizes matches
Added Visual Studio 2010 solution
Added support for 64bit architecture
Cleanup in sources
Moved source from CVS to GIT
Diffstat (limited to 'devel/fann')
-rw-r--r-- | devel/fann/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/fann/Makefile b/devel/fann/Makefile index 21feff8e87b..da4b02c5b88 100644 --- a/devel/fann/Makefile +++ b/devel/fann/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2014/01/22 01:17:27 gdt Exp $ +# $NetBSD: Makefile,v 1.6 2014/01/22 01:49:21 gdt Exp $ .include "Makefile.common" @@ -8,6 +8,7 @@ LICENSE= gnu-lgpl-v2.1 USE_TOOLS+= cmake USE_CMAKE= yes + USE_LANGUAGES+= c99 # Perhaps not, but camke complains USE_LANGUAGES+= c++ |