Mercurial > repos > vlefort > package_phyml_3_1
comparison tool_dependencies.xml @ 0:7f68b38e2be1 draft default tip
Imported from capsule None
author | vlefort |
---|---|
date | Wed, 13 Apr 2016 10:29:31 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:7f68b38e2be1 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="phyml" version="3.1"> | |
4 <install version="1.0"> | |
5 <actions_group> | |
6 <actions os="darwin" architecture="x86_64"> | |
7 <action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action> | |
8 <action type="move_directory_files"> | |
9 <source_directory>.</source_directory> | |
10 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
11 </action> | |
12 <action type="chmod"> | |
13 <file mode="755">$INSTALL_DIR/bin/PhyML-3.1_macOS-MountainLion</file> | |
14 </action> | |
15 <action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_macOS-MountainLion $INSTALL_DIR/bin/phyml</action> | |
16 </actions> | |
17 <actions os="linux" architecture="i386"> | |
18 <action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action> | |
19 <action type="move_directory_files"> | |
20 <source_directory>.</source_directory> | |
21 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
22 </action> | |
23 <action type="chmod"> | |
24 <file mode="755">$INSTALL_DIR/bin/PhyML-3.1_linux32</file> | |
25 </action> | |
26 <action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_linux32 $INSTALL_DIR/bin/phyml</action> | |
27 </actions> | |
28 <actions os="linux" architecture="x86_64"> | |
29 <action type="download_by_url">http://www.atgc-montpellier.fr/download/binaries/phyml/PhyML-3.1.zip</action> | |
30 <action type="move_directory_files"> | |
31 <source_directory>.</source_directory> | |
32 <destination_directory>$INSTALL_DIR/bin</destination_directory> | |
33 </action> | |
34 <action type="chmod"> | |
35 <file mode="755">$INSTALL_DIR/bin/PhyML-3.1_linux64</file> | |
36 </action> | |
37 <action type="shell_command">ln -s $INSTALL_DIR/bin/PhyML-3.1_linux64 $INSTALL_DIR/bin/phyml</action> | |
38 </actions> | |
39 <action type="set_environment"> | |
40 <environment_variable name="PHYML_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | |
41 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
42 </action> | |
43 </actions_group> | |
44 </install> | |
45 </package> | |
46 </tool_dependency> |