annotate tool_dependencies.xml @ 0:8f20b47725d8 draft

Uploaded
author iuc
date Wed, 30 Oct 2013 11:51:55 -0400
parents
children 11e44e86927b
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
1 <?xml version='1.0' encoding='utf-8'?>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
2 <tool_dependency>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
3 <package name="muscle" version="3.8.31">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
4 <install version="1.0">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
5 <actions_group>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
6 <!-- Download the binaries for MUSCLE compatible with 64-bit OSX. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
7 <actions os="darwin" architecture="x86_64">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
8 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin64.tar.gz</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
9 <action type="move_file" rename_to="muscle">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
10 <source>../muscle3.8.31_i86darwin64</source>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
11 <destination>$INSTALL_DIR/muscle</destination>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
12 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
13 </actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
14 <!-- Download the binaries for MUSCLE compatible with 32-bit OSX. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
15 <actions os="darwin" architecture="i386">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
16 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86darwin32.tar.gz</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
17 <action type="move_file" rename_to="muscle">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
18 <source>muscle3.8.31_i86darwin32</source>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
19 <destination>$INSTALL_DIR</destination>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
20 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
21 </actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
22 <!-- Download the binaries for MUSCLE compatible with 64-bit Linux. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
23 <actions os="linux" architecture="x86_64">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
24 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux64.tar.gz</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
25 <action type="move_file" rename_to="muscle">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
26 <source>muscle3.8.31_i86linux64</source>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
27 <destination>$INSTALL_DIR</destination>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
28 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
29 </actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
30 <!-- Download the binaries for MUSCLE compatible with 32-bit Linux. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
31 <actions os="linux" architecture="i386">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
32 <action type="download_by_url">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_i86linux32.tar.gz</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
33 <action type="move_file" rename_to="muscle">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
34 <source>muscle3.8.31_i86linux32</source>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
35 <destination>$INSTALL_DIR</destination>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
36 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
37 </actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
38 <!-- This actions tag is only processed if none of the above tags resulted in a successful installation. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
39 <actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
40 <action type="download_by_url" target_filename="muscle3.8.31.tar.gz">http://www.drive5.com/muscle/downloads3.8.31/muscle3.8.31_src.tar.gz</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
41 <!-- When compiling, need to remove the '-static' linker option from the src/mk file used by src/Makefile -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
42 <action type="shell_command">sed -i 's/-static//g' src/mk</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
43 <action type="shell_command">make -C src/</action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
44 <action type="move_file">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
45 <source>src/muscle</source>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
46 <destination>$INSTALL_DIR</destination>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
47 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
48 </actions>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
49 <!-- The $PATH environment variable is only set if one of the above <actions> tags resulted in a successful installation. -->
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
50 <action type="set_environment">
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
51 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR</environment_variable>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
52 </action>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
53 </actions_group>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
54 </install>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
55 <readme>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
56 Downloads the precompiled 32bit Linux, 64bit Linux, or Mac OS X MUSCLE
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
57 binaries, which is faster than performing a local compilation,
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
58 avoids any issues with build dependencies, and is more reproducible between
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
59 installations as there is no variability from the compiler or library
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
60 versions.
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
61 If the download attempt fails, compiling MUSCLE from source is attempted.
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
62
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
63 For more details, see:
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
64 http://www.drive5.com/muscle/manual/
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
65 </readme>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
66 </package>
8f20b47725d8 Uploaded
iuc
parents:
diff changeset
67 </tool_dependency>