comparison tool_dependencies.xml @ 2:b2814057f286 draft

Uploaded tool dependency definition with architecture-dependent installation recipes.
author devteam
date Fri, 30 Aug 2013 13:51:25 -0400
parents 1cd326991d32
children 7d6cc3605cee
comparison
equal deleted inserted replaced
1:1cd326991d32 2:b2814057f286
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="libgtextutils" version="0.6"> 3 <package name="libgtextutils" version="0.6">
4 <repository changeset_revision="63bbde086e11" name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="e28dc3aa1665" name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="fastx_toolkit" version="0.0.13"> 6 <package name="fastx_toolkit" version="0.0.13">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions_group>
9 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2</action> 9 <actions architecture="x86_64" os="linux">
10 <action type="set_environment_for_install"> 10 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_amd64.tar.bz2</action>
11 <repository changeset_revision="63bbde086e11" name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu"> 11 <action type="move_directory_files">
12 <package name="libgtextutils" version="0.6" /> 12 <source_directory>./bin</source_directory>
13 </repository> 13 <destination_directory>$INSTALL_DIR/bin</destination_directory>
14 </action> 14 </action>
15 <action type="shell_command">./configure --prefix=$INSTALL_DIR</action> 15 </actions>
16 <action type="shell_command">make &amp;&amp; make install</action> 16 <actions architecture="i386" os="linux">
17 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2</action>
18 <action type="move_directory_files">
19 <source_directory>./bin</source_directory>
20 <destination_directory>$INSTALL_DIR/bin</destination_directory>
21 </action>
22 </actions>
23 <actions architecture="i686" os="linux">
24 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_Linux_2.6_i686.tar.bz2</action>
25 <action type="move_directory_files">
26 <source_directory>./bin</source_directory>
27 <destination_directory>$INSTALL_DIR/bin</destination_directory>
28 </action>
29 </actions>
30 <actions architecture="i386" os="darwin">
31 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit_0.0.13_binaries_MacOSX.10.5.8_i386.tar.bz2</action>
32 <action type="move_directory_files">
33 <source_directory>./bin</source_directory>
34 <destination_directory>$INSTALL_DIR/bin</destination_directory>
35 </action>
36 </actions>
37 <actions>
38 <action type="download_by_url">http://hannonlab.cshl.edu/fastx_toolkit/fastx_toolkit-0.0.13.tar.bz2</action>
39 <action type="set_environment_for_install">
40 <repository name="package_libgtextutils_0_6" owner="devteam" prior_installation_required="True">
41 <package name="libgtextutils" version="0.6" />
42 </repository>
43 </action>
44 <action type="shell_command">./configure --prefix=$INSTALL_DIR --disable-wall</action>
45 <action type="shell_command">make &amp;&amp; make install</action>
46 </actions>
17 <action type="set_environment"> 47 <action type="set_environment">
18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 48 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
19 </action> 49 </action>
20 </actions> 50 </actions_group>
21 </install> 51 </install>
22 <readme> 52 <readme>
23 </readme> 53 </readme>
24 </package> 54 </package>
25 </tool_dependency> 55 </tool_dependency>