0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="eXpress" version="1.1.1">
|
|
4 <install version="1.0">
|
|
5 <actions_group>
|
|
6 <actions os="linux" architecture="x86_64">
|
|
7 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.1.1/express-1.1.1-linux_x86_64.tgz</action>
|
|
8 <action type="move_directory_files">
|
|
9 <source_directory>.</source_directory>
|
|
10 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
11 </action>
|
|
12 </actions>
|
|
13 <actions os="darwin" architecture="x86_64">
|
|
14 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.1.1/express-1.1.1-macosx_x86_64.tgz</action>
|
|
15 <action type="move_directory_files">
|
|
16 <source_directory>.</source_directory>
|
|
17 <destination_directory>$INSTALL_DIR/bin</destination_directory>
|
|
18 </action>
|
|
19 </actions>
|
|
20 <actions>
|
|
21 <action type="download_by_url">http://bio.math.berkeley.edu/eXpress/downloads/express-1.1.1/express-1.1.1-src.tgz</action>
|
|
22 <action type="shell_command">cmake src -DCMAKE_INSTALL_PREFIX:PATH=$INSTALL_DIR</action>
|
|
23 <action type="shell_command">make && make install</action>
|
|
24 </actions>
|
|
25 <action type="set_environment">
|
|
26 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
|
|
27 </action>
|
|
28 </actions_group>
|
|
29 </install>
|
|
30 <readme></readme>
|
|
31 </package>
|
|
32 </tool_dependency>
|