0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="raxml" version="8.2.3">
|
|
4 <install version="1.0">
|
|
5 <actions>
|
|
6 <!-- Download source code -->
|
|
7 <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>
|
|
8
|
|
9 <!-- Build raxml -->
|
|
10 <action type="shell_command">make -f Makefile.gcc</action>
|
|
11
|
|
12 <!-- Install raxml -->
|
|
13 <action type="shell_command">mkdir -p $INSTALL_DIR/bin</action>
|
|
14 <action type="shell_command">cp raxmlHPC $INSTALL_DIR/bin</action>
|
|
15
|
|
16 <!-- Set environment for dependent repositories -->
|
|
17 <action type="set_environment">
|
|
18 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
19 </action>
|
|
20 </actions>
|
|
21 </install>
|
|
22 </package>
|
|
23 </tool_dependency>
|