changeset 0:f09e2902e6ed draft default tip

Uploaded
author iuc
date Sun, 08 Sep 2013 07:11:30 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 19 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Sep 08 07:11:30 2013 -0400
@@ -0,0 +1,19 @@
+<tool_dependency>
+    <package name="aragorn" version="1.2.36">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://mbio-serv2.mbioekol.lu.se/ARAGORN/Downloads/aragorn1.2.36.tgz</action>
+                <action type="make_directory">$INSTALL_DIR/bin/</action>
+                <action type="shell_command">gcc -O3 -ffast-math -finline-functions -o aragorn aragorn1.2.36.c</action>
+                <action type="move_file">
+                    <source>aragorn</source>
+                    <destination>$INSTALL_DIR/bin</destination>
+                </action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>Compiling ARAGORN requires gcc.</readme>
+    </package>
+</tool_dependency>