view tool_dependencies.xml @ 0:f8ac4d4dc4cf draft

Uploaded
author yhoogstrate
date Fri, 31 Jul 2015 07:44:54 -0400
parents
children 73c1fc0ae03f
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
    <package name="boost" version="1.57">
        <repository changeset_revision="e3977e321db5" name="package_boost_1_57" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    
    <package name="cmake" version="3.2.3">
        <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
    </package>
    
    <package name="segmentation-fold" version="1.0.0">
        <install version="1.0">
            <actions>
                <action type="shell_command">git clone https://github.com/yhoogstrate/segmentation-fold.git</action>
                <action type="shell_command">git reset --hard 61db54315e45f2b96a241e319d99b119b26fa072</action>
                    
                <action type="set_environment_for_install">
                    <repository changeset_revision="e3977e321db5" name="package_boost_1_57" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="boost" version="1.57" />
                    </repository>
                </action>
                
                <action type="set_environment_for_install">
                    <repository changeset_revision="e932c7599efd" name="package_cmake_3_2_3" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                        <package name="cmake" version="3.2.3" />
                    </repository>
                </action>
                
                <action type="shell_command">
                    cmake -DCMAKE_BUILD_TYPE=release -DCMAKE_INSTALL_PREFIX=$INSTALL_DIR .  &amp;&amp;
                    make                                                                    &amp;&amp;
                    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="SEGMENTATION_FOLD_DEFAULT_XML">$INSTALL_DIR/share/segmentation-fold/segments.xml</environment_variable>
                </action>
            </actions>
        </install>
        <readme>
           Installation of segmentation-fold requires:
             - git
             - libboost                     (via toolshed)
             - CMake                        (via toolshed)
             - c++11 compiler: g++ or clang
           
           segmentation-fold license:
             GNU GPL version 3 or later &lt;http://gnu.org/licenses/gpl.html&gt;.

             This is free software: you are free to change and redistribute it.
             There is NO WARRANTY, to the extent permitted by law.
        </readme>
    </package>
</tool_dependency>