view tool_dependencies.xml @ 1:6d56086ae00b draft default tip

Uploaded
author iuc
date Tue, 10 Feb 2015 11:52:18 -0500
parents 6f0381052324
children
line wrap: on
line source

<?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="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 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>
        <readme>Compiling CoFold requires a C compiler (typically gcc)</readme>
    </package>
</tool_dependency>