view tool_dependencies.xml @ 0:7ba867464f79 draft default tip

Uploaded
author tiagoantao
date Sun, 27 Sep 2015 00:03:09 -0400
parents
children
line wrap: on
line source

<?xml version="1.0"?>
<tool_dependency>
  <package name="raxml" version="8.2.3">
    <install version="1.0">
      <actions>
        <!-- Download source code -->
        <action type="download_by_url" target_filename="standard-RAxML-8.2.3.tar.gz">https://github.com/stamatak/standard-RAxML/archive/v8.2.3.tar.gz</action>

        <!-- Build raxml -->
        <action type="shell_command">make -f Makefile.gcc</action>

        <!-- Install raxml -->
        <action type="shell_command">mkdir -p $INSTALL_DIR/bin</action>
        <action type="shell_command">cp raxmlHPC $INSTALL_DIR/bin</action>

        <!-- Set environment for dependent repositories -->
        <action type="set_environment">
          <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
        </action>
      </actions>
    </install>
  </package>
</tool_dependency>