Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by David Brown (ce981bb7753c93e1c11a6c643a65892f972178ea)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: David Brown <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by David Brown (ce981bb7753c93e1c11a6c643a65892f972178ea)
  • Date: Wed, 11 Oct 2006 20:33:01 -0500

GIT changes to master grimoire by David Brown <dmlb2000 AT gmail.com>:

cluster/fann/BUILD | 7 +++++++
cluster/fann/DEPENDS | 1 +
cluster/fann/DETAILS | 2 +-
cluster/fann/HISTORY | 5 ++++-
cluster/fann/INSTALL | 7 +++++++
5 files changed, 20 insertions(+), 2 deletions(-)

New commits:
commit ce981bb7753c93e1c11a6c643a65892f972178ea
Author: David Brown <dmlb2000 AT gmail.com>
Commit: David Brown <dmlb2000 AT gmail.com>

fann better update of fann to include python bindings

diff --git a/cluster/fann/BUILD b/cluster/fann/BUILD
new file mode 100755
index 0000000..8fe0357
--- /dev/null
+++ b/cluster/fann/BUILD
@@ -0,0 +1,7 @@
+default_build &&
+if is_depends_enabled $SPELL python
+then
+ cd python &&
+ python setup.py build &&
+ cd ../
+fi
diff --git a/cluster/fann/DEPENDS b/cluster/fann/DEPENDS
new file mode 100755
index 0000000..ed3244a
--- /dev/null
+++ b/cluster/fann/DEPENDS
@@ -0,0 +1 @@
+optional_depends python "" "" "for python bindings"
diff --git a/cluster/fann/DETAILS b/cluster/fann/DETAILS
index 17d10e2..83f3732 100755
--- a/cluster/fann/DETAILS
+++ b/cluster/fann/DETAILS
@@ -3,7 +3,7 @@
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:a87bbc6a3c86654356f75a2c79ee1fe7a9bfbe4ea1d79ed0e33af120dfcd93e366bbb0c38f1b5a4d299b43099a223dd8e7848f6455aa57a053286f3a3c346bae
+
SOURCE_HASH=sha512:6bd72a73ad68ebf1e82dbf158aab606a04f28bc90bc6a5b5e9a5a3e45943acf2ba9763dfb8b3f39da2e3a91a384dc2b4918b74a86f16bb11d8613bef85b1cd4e
WEB_SITE=http://leenissen.dk/fann/
ENTERED=20050706
LICENSE[0]=LGPL
diff --git a/cluster/fann/HISTORY b/cluster/fann/HISTORY
index 4c3fbae..df3b440 100644
--- a/cluster/fann/HISTORY
+++ b/cluster/fann/HISTORY
@@ -1,5 +1,8 @@
2006-10-11 David Brown <dmlb2000 AT gmail.com>
- * DETAILS: updated 2.0.0
+ * DETAILS: updated 2.0.0 and sha512sum
+ * DEPENDS: added for python bindings
+ * BUILD: added to build python bindings
+ * INSTALL: added to install python bindings

2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.
diff --git a/cluster/fann/INSTALL b/cluster/fann/INSTALL
new file mode 100755
index 0000000..633bb71
--- /dev/null
+++ b/cluster/fann/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+if is_depends_enabled $SPELL python
+then
+ cd python &&
+ python setup.py install &&
+ cd ../
+fi



  • [SM-Commit] GIT changes to master grimoire by David Brown (ce981bb7753c93e1c11a6c643a65892f972178ea), David Brown, 10/11/2006

Archive powered by MHonArc 2.6.24.

Top of Page