comparison tool_dependencies.xml @ 1:4747f23de8ae draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_gb_taxonomy_8d245994d7 commit de7140295cce07e1bc1697e51dab4271c8d7a8a6
author devteam
date Fri, 18 Dec 2015 18:40:37 -0500
parents 071479e8ab82
children
comparison
equal deleted inserted replaced
0:071479e8ab82 1:4747f23de8ae
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="cmake" version="3.2.3"> 3 <package name="cmake" version="3.2.3">
4 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="gb_taxonomy" version="8d245994d7"> 6 <package name="gb_taxonomy" version="8d245994d7">
7 <install version="1.0"> 7 <install version="1.0">
8 <actions> 8 <actions>
9 <action type="shell_command">git clone https://github.com/spond/gb_taxonomy_tools.git gb_taxonomy</action> 9 <action target_filename="gb_taxonomy_tools-8d245994d77546daac1f595b87a110a620426b4c.tar.gz" type="download_by_url">https://github.com/spond/gb_taxonomy_tools/archive/8d245994d77546daac1f595b87a110a620426b4c.tar.gz</action>
10 <action type="set_environment_for_install"> 10 <action type="set_environment_for_install">
11 <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu"> 11 <repository changeset_revision="2da7b99cb1a1" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu">
12 <package name="cmake" version="3.2.3" /> 12 <package name="cmake" version="3.2.3" />
13 </repository> 13 </repository>
14 </action> 14 </action>
15 <action type="shell_command">git reset --hard 8d245994d77546daac1f595b87a110a620426b4c</action>
16 <action type="shell_command">cmake -D INSTALL_PREFIX:PATH=$INSTALL_DIR .</action> 15 <action type="shell_command">cmake -D INSTALL_PREFIX:PATH=$INSTALL_DIR .</action>
17 <action type="make_install" /> 16 <action type="make_install" />
18 <action type="set_environment"> 17 <action type="set_environment">
19 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 18 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
20 </action> 19 </action>