summaryrefslogtreecommitdiffstats
path: root/cluster/fann
diff options
context:
space:
mode:
authorroot2006-04-24 09:03:08 -0500
committerroot2006-04-24 09:03:08 -0500
commit84d8b510ac289af0a43bfa9e110844af27a90196 (patch)
treed7093929b954dd2f71114bff270755e18f737eb1 /cluster/fann
initial commit from stable 0.3
Diffstat (limited to 'cluster/fann')
-rwxr-xr-xcluster/fann/DETAILS15
-rw-r--r--cluster/fann/HISTORY3
2 files changed, 18 insertions, 0 deletions
diff --git a/cluster/fann/DETAILS b/cluster/fann/DETAILS
new file mode 100755
index 0000000000..cbf315103c
--- /dev/null
+++ b/cluster/fann/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=fann
+ VERSION=1.2.0
+ SOURCE=$SPELL-$VERSION.tar.gz
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+ MD5[0]=27ebe3fc1803f1c6d0fbda58091af026
+ WEB_SITE=http://leenissen.dk/fann/
+ ENTERED=20050706
+ UPDATED=20050706
+ LICENSE[0]=LGPL
+ BUILD_API=2
+ SHORT='Fast Artificial Neural Network Library'
+cat << EOF
+Fast Artificial Neural Network Library implements multilayer artificial neural networks in C. It is cross-platform, easy to use, versatile, well documented and fast. C++, PHP, Python, Delphi, .NET, Mathematica bindings and a GUI is available.
+EOF
diff --git a/cluster/fann/HISTORY b/cluster/fann/HISTORY
new file mode 100644
index 0000000000..008d281e7c
--- /dev/null
+++ b/cluster/fann/HISTORY
@@ -0,0 +1,3 @@
+2005-07-06 Eric Sandall <eric@sandall.us>
+ * DETAILS: Created
+