[Lunar-commits] <moonbase> fann: Version bump to 2.2.0 and they switched to cmake.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Wed Feb 1 14:26:56 CET 2012


commit 29700a1e9ed30865a5224dfc892855c2175cc4e8
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Wed Feb 1 08:26:56 2012 -0500

    fann: Version bump to 2.2.0 and they switched to cmake.
---
 libs/fann/BUILD   |    5 +++++
 libs/fann/DEPENDS |    1 +
 libs/fann/DETAILS |   10 ++++++----
 3 files changed, 12 insertions(+), 4 deletions(-)

diff --git a/libs/fann/BUILD b/libs/fann/BUILD
new file mode 100644
index 0000000..bd4c265
--- /dev/null
+++ b/libs/fann/BUILD
@@ -0,0 +1,5 @@
+(
+
+  default_cmake_build
+
+) > $C_FIFO 2>&1
diff --git a/libs/fann/DEPENDS b/libs/fann/DEPENDS
new file mode 100644
index 0000000..60dd614
--- /dev/null
+++ b/libs/fann/DEPENDS
@@ -0,0 +1 @@
+depends cmake
diff --git a/libs/fann/DETAILS b/libs/fann/DETAILS
index 84ea49d..a2cedaa 100644
--- a/libs/fann/DETAILS
+++ b/libs/fann/DETAILS
@@ -1,10 +1,12 @@
           MODULE=fann
-         VERSION=2.0.0
-          SOURCE=$MODULE-$VERSION.tar.bz2
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/
+         VERSION=2.2.0-Source
+          SOURCE=FANN-$VERSION.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/${VERSION%-S*}/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/FANN-$VERSION
+      SOURCE_VFY=sha1:ff8341e4104bdbc0f3ab7ad39aef33285f8512d4
         WEB_SITE=http://leenissen.dk/fann/
          ENTERED=20101105
-         UPDATED=20101105
+         UPDATED=20120201
            SHORT="Fast Artificial Neural Network"
 cat << EOF
 Fast Artificial Neural Network Library is a free open source neural network


More information about the Lunar-commits mailing list