view tool_dependencies.xml @ 14:02e26baf1789

Uploaded
author bgruening
date Sat, 25 May 2013 12:55:56 -0400
parents 92dd5268e9cd
children b65ec7d71aac
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="eigen2" version="2.0.17">
        <repository changeset_revision="7293f118efef" name="package_eigen_2_0" owner="bgruening" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
    </package>
    <package name="confab" version="1.0.1">
        <install version="1.0">
            <actions>
                <action type="download_by_url">http://confab.googlecode.com/files/Confab-1.0.1.tar.gz</action>

                <!-- populate the environment variables from the dependend repos -->
                <action type="set_environment_for_install">
                    <repository changeset_revision="7293f118efef" name="package_eigen_2_0" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
                        <package name="eigen2" version="2.0.17" />
                    </repository>
                </action>

                <action type="shell_command">cmake . -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR -DEIGEN2_INCLUDE_DIR=$EIGEN2_SOURCE_PATH</action>
                <action type="shell_command">make</action>
                <action type="shell_command">make install</action>
                <action type="set_environment">
                    <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
                    <environment_variable action="set_to" name="BABEL_DATADIR">$INSTALL_DIR/share/openbabel</environment_variable>
                </action>
            </actions>
        </install>
        <readme>Compiling Confab requires g++, CMake 2.4+. Optional but required for a few features is libxml2 and zlib.</readme>
    </package>
</tool_dependency>