diff options
author | wulf <wulf> | 2001-06-28 15:20:32 +0000 |
---|---|---|
committer | wulf <wulf> | 2001-06-28 15:20:32 +0000 |
commit | 11932a34e896f9d7f433df7acb92730ed1d3078b (patch) | |
tree | 60f7c1aa3e619d326cd91e723cda94773e27fc0f /math | |
parent | 3130a990f48846920e1ea3a782c3e9bc24b99cc9 (diff) | |
download | pkgsrc-11932a34e896f9d7f433df7acb92730ed1d3078b.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 |