comparison tool_dependencies.xml @ 10:341d297d8a85 default tip

Merge heads at 5:8a00afae9eca and 9:30f36c4faa39 which were created as a result of a recently fixed bug.
author devteam <devteam@galaxyproject.org>
date Mon, 13 Jan 2014 12:42:57 -0500
parents 30f36c4faa39 8a00afae9eca
children
comparison
equal deleted inserted replaced
9:30f36c4faa39 10:341d297d8a85
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action> 10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action>
11 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action> 11 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action>
12 <action type="move_file"> 12 <action type="move_file">
13 <source>sickle/sickle</source> 13 <source>sickle/sickle</source>
14 <destination>$INSTALL_DIR/bin</destination> 14 <destination>.</destination>
15 </action> 15 </action>
16 <action type="set_environment"> 16 <action type="set_environment">
17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 17 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
18 </action> 18 </action>
19 </actions> 19 </actions>