comparison tool_dependencies.xml @ 2:8df4a4096ae2 default tip

separate into 2 dependencies
author nilesh
date Mon, 15 Jul 2013 13:13:22 -0500
parents 0f95d40cb684
children
comparison
equal deleted inserted replaced
1:0f95d40cb684 2:8df4a4096ae2
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>
3 <package name="sickle" version="1.21.0"> 6 <package name="sickle" version="1.21.0">
4 <install version="1.0"> 7 <install version="1.0">
5 <actions> 8 <actions>
6 <action type="download_by_url">http://zlib.net/zlib-1.2.8.tar.gz</action> 9 <action type="set_environment_for_install">
7 <action type="shell_command">./configure --prefix=$INSTALL_DIR/zlib</action> 10 <repository changeset_revision="28f618926504" name="zlib" owner="nilesh" toolshed="http://testtoolshed.g2.bx.psu.edu">
8 <action type="shell_command">make</action> 11 <package name="zlib" version="1.2.8" />
9 <action type="shell_command">make install prefix=$INSTALL_DIR/zlib</action> 12 </repository>
13 </action>
10 <action type="shell_command">git clone https://github.com/najoshi/sickle.git</action> 14 <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> 15 <action type="shell_command">cd ./sickle &amp;&amp; make LIBS="-L$ZLIB_PATH -lz"</action>
12 <action type="move_file"> 16 <action type="move_file">
13 <source>sickle/sickle</source> 17 <source>sickle/sickle</source>
14 <destination>$INSTALL_DIR/bin</destination> 18 <destination>$INSTALL_DIR/bin</destination>
15 </action> 19 </action>
16 <action type="set_environment"> 20 <action type="set_environment">