diff options
author | wulf <wulf@pkgsrc.org> | 2001-06-28 15:20:32 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2001-06-28 15:20:32 +0000 |
commit | b83271ac55149c41e464c9a856c9a2069f1a9091 (patch) | |
tree | 60f7c1aa3e619d326cd91e723cda94773e27fc0f /math | |
parent | b9bfaf3c8b2959719469205512cc359bfb0d452c (diff) | |
download | pkgsrc-b83271ac55149c41e464c9a856c9a2069f1a9091.tar.gz |
Added and enabled snns-4.2: A software simulator for neural networks
Diffstat (limited to 'math')
-rw-r--r-- | math/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/Makefile b/math/Makefile index c1821d7205c..e2f5fbbbc30 100644 --- a/math/Makefile +++ b/math/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.62 2001/06/09 10:47:57 wiz Exp $ +# $NetBSD: Makefile,v 1.63 2001/06/28 15:20:32 wulf Exp $ # COMMENT= Mathematics @@ -48,6 +48,7 @@ SUBDIR+= rlab SUBDIR+= sc SUBDIR+= scilab SUBDIR+= slatec +SUBDIR+= snns SUBDIR+= superlu SUBDIR+= tasp-vsipl SUBDIR+= tela |