changeset 5:0967f6a0e13e draft

Uploaded v0.0.7 (attempt 4), with tool_dependencies.xml changes advised by Dave Bouvier
author peterjc
date Mon, 22 Apr 2013 13:35:25 -0400
parents f4d30e03ef42
children 2be36fa7565e
files tools/nlstradamus/tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tools/nlstradamus/tool_dependencies.xml	Wed Apr 17 09:12:44 2013 -0400
+++ b/tools/nlstradamus/tool_dependencies.xml	Mon Apr 22 13:35:25 2013 -0400
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="NLStradamus" version="1.8">
-        <install version="0.0.1">
+        <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/bin</environment_variable>
+                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>