summaryrefslogtreecommitdiffstats
path: root/cluster/fann
diff options
context:
space:
mode:
authorJuuso Alasuutari2006-10-20 00:18:30 +0300
committerJuuso Alasuutari2006-10-20 00:18:30 +0300
commitb5891f48d482b55c2276f2885bb6f0e46fc2ccdb (patch)
tree39a4964ca1eb94006dbc35ec818af22892f7dd42 /cluster/fann
parent59f67f88099f5dd23fd82763555551626f553fd9 (diff)
fann: Source is_depends_enabled.function
Diffstat (limited to 'cluster/fann')
-rwxr-xr-xcluster/fann/BUILD6
-rw-r--r--cluster/fann/HISTORY4
2 files changed, 10 insertions, 0 deletions
diff --git a/cluster/fann/BUILD b/cluster/fann/BUILD
index 8fe0357854..19f639c062 100755
--- a/cluster/fann/BUILD
+++ b/cluster/fann/BUILD
@@ -1,4 +1,10 @@
default_build &&
+
+#
+## Remove this after is_depends_enabled is integrated to stable sorcery.
+#
+source "$GRIMOIRE/is_depends_enabled.function" &&
+
if is_depends_enabled $SPELL python
then
cd python &&
diff --git a/cluster/fann/HISTORY b/cluster/fann/HISTORY
index df3b44055b..fac4e1e98e 100644
--- a/cluster/fann/HISTORY
+++ b/cluster/fann/HISTORY
@@ -1,3 +1,7 @@
+2006-10-20 Juuso Alasuutari <iuso@sourcemage.org>
+ * BUILD: Source is_depends_enabled.function (remove it when
+ is_depends_enabled is in stable sorcery).
+
2006-10-11 David Brown <dmlb2000@gmail.com>
* DETAILS: updated 2.0.0 and sha512sum
* DEPENDS: added for python bindings