Mercurial > repos > miller-lab > package_eigensoft_5_0_1
comparison tool_dependencies.xml @ 0:02f04f3579b5 draft default tip
Initial version
author | miller-lab |
---|---|
date | Mon, 09 Sep 2013 13:34:30 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:02f04f3579b5 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="eigensoft" version="5.0.1"> | |
4 <install version="1.0"> | |
5 <actions> | |
6 <!-- Download source code --> | |
7 <action type="download_by_url">http://www.bx.psu.edu/miller_lab/redist/EIG5.0.1.tar.gz</action> | |
8 | |
9 <!-- Build eigensoft --> | |
10 <action type="change_directory">src</action> | |
11 <action type="shell_command">make clobber</action> | |
12 <action type="shell_command">make install</action> | |
13 <action type="change_directory">..</action> | |
14 | |
15 <!-- Install eigensoft --> | |
16 <action type="shell_command">cp -R bin $INSTALL_DIR</action> | |
17 | |
18 <!-- Set environment for dependent repositories --> | |
19 <action type="set_environment"> | |
20 <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable> | |
21 </action> | |
22 </actions> | |
23 </install> | |
24 </package> | |
25 </tool_dependency> |