diff tool_dependencies.xml @ 0:28d4ebb94540 draft

planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_fann_2_2_0 commit cc30e84dcc309a93f49f75250aa3344f926cee5e
author iuc
date Mon, 30 Nov 2015 20:04:31 -0500
parents
children 0f570ce183a8
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Mon Nov 30 20:04:31 2015 -0500
@@ -0,0 +1,42 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="cmake" version="3.2.3">
+        <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
+
+    <package name="fann" version="2.2.0">
+        <install version="1.0">
+            <actions>
+                <action sha256sum="f31c92c1589996f97d855939b37293478ac03d24b4e1c08ff21e0bd093449c3c" type="download_by_url">
+                    https://depot.galaxyproject.org/software/libfann/libfann_2.2.0_src_all.tar.gz
+                </action>
+
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="cmake" version="3.2.3" />
+                    </repository>
+                </action>
+
+                <action type="shell_command">
+                    cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR &amp;&amp;
+                    make install
+                    </action>
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+Fast Artificial Neural Network (FANN) Library is a free open source neural
+network library, which implements multilayer artificial neural networks in C
+with support for both fully connected and sparsely connected networks.
+
+
+FANN requires gcc
+        </readme>
+    </package>
+</tool_dependency>