comparison tools/mira4/tool_dependencies.xml @ 15:b0ffe0e7282b draft

Uploaded v0.0.2 preview 7, fixed bash syntax error
author peterjc
date Thu, 20 Feb 2014 05:07:19 -0500
parents a6a56440567c
children 381aa262c8cb
comparison
equal deleted inserted replaced
14:133b863a8a40 15:b0ffe0e7282b
22 <destination_directory>$INSTALL_DIR</destination_directory> 22 <destination_directory>$INSTALL_DIR</destination_directory>
23 </action> 23 </action>
24 </actions> 24 </actions>
25 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. --> 25 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
26 <actions> 26 <actions>
27 <action type="shell_command">echo ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported.</action> 27 <action type="shell_command">echo "ERROR: Automated installation on your operating system and CPU architecture combination is not yet supported."</action>
28 <action type="shell_command">echo Your machine details (the output from 'uname' and 'arch'):</action> 28 <action type="shell_command">echo "Your machine details (the output from 'uname' and 'arch'):"</action>
29 <action type="shell_command">uname</action> 29 <action type="shell_command">uname</action>
30 <action type="shell_command">arch</action> 30 <action type="shell_command">arch</action>
31 <action type="shell_command">echo If pre-compiled MIRA binaries are now available for this, please report this</action> 31 <action type="shell_command">echo "If pre-compiled MIRA binaries are now available for this, please report this"</action>
32 <action type="shell_command">echo via https://github.com/peterjc/pico_galaxyt/issues - thank you!</action> 32 <action type="shell_command">echo "via https://github.com/peterjc/pico_galaxyt/issues - thank you!"</action>
33 <action type="shell_command">false</action> 33 <action type="shell_command">false</action>
34 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install --> 34 <!-- The 'false' command will return an error, so Galaxy should treat this as a failed install -->
35 </actions> 35 </actions>
36 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. --> 36 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
37 <action type="set_environment"> 37 <action type="set_environment">