Mercurial > repos > fubar > package_weblogo_3_3
comparison tool_dependencies.xml @ 0:e7de437152d5 draft
initial commit
author | fubar |
---|---|
date | Tue, 24 Sep 2013 19:44:19 -0400 |
parents | |
children | 42e2f9e2c587 |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:e7de437152d5 |
---|---|
1 <?xml version="1.0"?> | |
2 <tool_dependency> | |
3 <package name="numpy" version="1.7"> | |
4 <repository name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
6 <package name="ghostscript" version="9.07"> | |
7 <repository name="package_ghostscript_9_07" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
8 </package> | |
9 <package name="package_weblogo" version="3.3"> | |
10 <install version="1.0"> | |
11 <actions> | |
12 <!-- populate the environment variables from the dependend repos --> | |
13 <action type="set_environment_for_install"> | |
14 <repository name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | |
15 <package name="ghostscript" version="9.07" /> | |
16 </repository> | |
17 <repository name="package_numpy_1_7" owner="blankenberg" toolshed="http://testtoolshed.g2.bx.psu.edu/"> | |
18 <package name="numpy" version="1.7 /> | |
19 </repository> | |
20 </action> | |
21 <!-- install weblogo --> | |
22 <action type="download_by_url">http://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action> | |
23 <action type="make_directory">$INSTALL_DIR/lib/python</action> | |
24 <action type="shell_command">echo "### PYTHONPATH = $PYTHONPATH, PYTHONPATH_NUMPY = $PYTHONPATH_NUMPY"</action> | |
25 <action type="shell_command">export PYTHONPATH=$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY:$PYTHONPATH && | |
26 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> | |
27 <action type="set_environment"> | |
28 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
29 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable> | |
30 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable> | |
31 <environment_variable action="set_to" name="PYTHONPATH_WEBLOGO">$INSTALL_DIR/lib/python</environment_variable> | |
32 </action> | |
33 </actions> | |
34 </install> | |
35 <readme> | |
36 </readme> | |
37 </package> | |
38 </tool_dependency> | |
39 |