changeset 1:6d56086ae00b draft default tip

Uploaded
author iuc
date Tue, 10 Feb 2015 11:52:18 -0500
parents 6f0381052324
children
files tool_dependencies.xml
diffstat 1 files changed, 17 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jan 14 08:56:43 2015 -0500
+++ b/tool_dependencies.xml	Tue Feb 10 11:52:18 2015 -0500
@@ -1,16 +1,27 @@
+<?xml version="1.0"?>
 <tool_dependency>
+    <package name="gengetopt" version="2.22.6">
+        <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
+    </package>
     <package name="cofold" version="0.0.1">
         <install version="1.0">
             <actions>
                 <action type="shell_command">git clone --recursive https://github.com/jujubix/cofold</action>
                 <action type="shell_command">git reset --hard 11815003a775196f4d1819491d5e0bc90bd5047e</action>
-                <action type="autoconf">--without-perl</action>
+
+                <action type="set_environment_for_install">
+                    <repository changeset_revision="9d2ed370989c" name="package_gengetopt_2_22_6" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
+                        <package name="gengetopt" version="2.22.6" />
+                    </repository>
+                </action>
+
+                <action type="autoconf">--without-perl --without-doc --without-doc-pdf --without-doc-html</action>
                 <action type="set_environment">
-                    <environment_variable name="LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
-                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
-                    <environment_variable name="COFOLD_ROOT_DIR" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable action="set_to" name="COFOLD_ROOT_DIR">$INSTALL_DIR</environment_variable>
                 </action>
             </actions>
         </install>