comparison tool_dependencies.xml @ 8:7ebde7d1281c

merged dependencies
author nilesh
date Mon, 15 Jul 2013 11:50:25 -0500
parents 7e599ffef625
children 30f36c4faa39
comparison
equal deleted inserted replaced
7:7e599ffef625 8:7ebde7d1281c
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="zlib" version="1.2.8">
4 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package>
6 <package name="sickle" version="1.21.0"> 3 <package name="sickle" version="1.21.0">
7 <install version="1.0"> 4 <install version="1.0">
8 <actions> 5 <actions>
9 <action type="set_environment_for_install"> 6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action>
10 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" toolshed="http://testtoolshed.g2.bx.psu.edu"> 7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action>
11 <package name="zlib" version="1.2.8" /> 8 <action type="shell_command">make</action>
12 </repository> 9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action>
13 </action>
14 <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>
15 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$ENV[ZLIB_PATH] -lz"</action> 11 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$INSTALL_DIR/zlib/lib -lz"</action>
16 <action type="move_file">
17 <source>sickle</source>
18 <destination>.</destination>
19 </action>
20 <action type="set_environment"> 12 <action type="set_environment">
21 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> 13 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
22 </action> 14 </action>
23 </actions> 15 </actions>
24 </install> 16 </install>