diff tools/nlstradamus/tool_dependencies.xml @ 2:9ec94203d895 draft

Uploaded v0.0.7 with automatic installation of the C++ binary.
author peterjc
date Tue, 23 Apr 2013 11:59:14 -0400
parents
children 1458e60f3fd0
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tools/nlstradamus/tool_dependencies.xml	Tue Apr 23 11:59:14 2013 -0400
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="NLStradamus" version="1.8">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/NLStradamus.1.8.tar.gz</action>
+		<!-- Although v1.7 used a subfolder in the tar-ball, v1.8 did not -->
+                <action type="shell_command">g++ NLStradamus.cpp -o NLStradamus -O3</action>
+                <action type="move_file"><source>NLStradamus</source><destination>$INSTALL_DIR/</destination></action>
+                <action type="set_environment">
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
+                </action>
+            </actions>
+        </install>
+        <readme>
+This downloads NLStradamus v1.8 from this folder,
+http://www.moseslab.csb.utoronto.ca/NLStradamus/NLStradamus/
+
+The C++ tool is compiled as described in the README_C.txt file, using g++, and included in the $PATH.
+
+The older slower Perl implementation is not installed.
+        </readme>
+    </package>
+</tool_dependency>
+