changeset 0:7fd5de80ef6e draft default tip

planemo upload for repository https://github.com/galaxyproject/tools-devteam/tree/master/packages/package_gb_taxonomy_8d245994d7 commit ac897db27c73ab0b993a4177568cdc7dd851d83f
author devteam
date Wed, 05 Aug 2015 15:30:37 -0400
parents
children
files tool_dependencies.xml
diffstat 1 files changed, 24 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Wed Aug 05 15:30:37 2015 -0400
@@ -0,0 +1,24 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="cmake" version="3.2.3">
+        <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" />
+    </package>
+    <package name="gb_taxonomy" version="8d245994d7">
+        <install version="1.0">
+            <actions>
+                <action type="shell_command">git clone https://github.com/spond/gb_taxonomy_tools.git gb_taxonomy</action>
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="1aea698a1c63" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu">
+                        <package name="cmake" version="3.2.3" />
+                    </repository>
+                </action>
+                <action type="shell_command">git reset --hard 8d245994d77546daac1f595b87a110a620426b4c</action>
+                <action type="shell_command">cmake -D INSTALL_PREFIX:PATH=$INSTALL_DIR .</action>
+                <action type="make_install" />
+                <action type="set_environment">
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                </action>
+            </actions>
+        </install>
+    </package>
+</tool_dependency>