summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-06-14 07:47:50 +0000
committerWill Andrews <will@FreeBSD.org>2000-06-14 07:47:50 +0000
commit8b6fc6203d84a3c8aa5092ad7fe728b30f30e949 (patch)
tree0a20e4fcc52023bee9edf26ab8b07948727cb4d3 /devel
parentAdd support for more command line options (you can now choose the output (diff)
Add libneural, a C++ library implementation of the classic 3-layer
perceptron. I don't understand what I just said.. :-)
Notes
Notes: svn path=/head/; revision=29591
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 6bd2aa5d5029..b3242e2bfdea 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -104,6 +104,7 @@
SUBDIR += libgnugetopt
SUBDIR += libgtop
SUBDIR += libmalloc
+ SUBDIR += libneural
SUBDIR += libol
SUBDIR += libshhmsg
SUBDIR += libshhopt