0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
|
3 <package name="numpy" version="1.7">
|
4
|
4 <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
|
6 <package name="ghostscript" version="9.07">
|
4
|
7 <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
|
0
|
8 </package>
|
|
9 <package name="package_weblogo" version="3.3">
|
|
10 <install version="1.0">
|
|
11 <actions>
|
3
|
12 <action type="make_directory">$INSTALL_DIR/lib/python</action>
|
0
|
13 <!-- populate the environment variables from the dependend repos -->
|
|
14 <action type="set_environment_for_install">
|
1
|
15 <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
0
|
16 <package name="ghostscript" version="9.07" />
|
|
17 </repository>
|
4
|
18 <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
1
|
19 <package name="numpy" version="1.7" />
|
0
|
20 </repository>
|
|
21 </action>
|
|
22 <!-- install weblogo -->
|
|
23 <action type="download_by_url">http://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action>
|
|
24 <action type="shell_command">export PYTHONPATH=$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY:$PYTHONPATH &&
|
|
25 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
|
|
26 <action type="set_environment">
|
|
27 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
|
28 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
|
|
29 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
|
|
30 <environment_variable action="set_to" name="PYTHONPATH_WEBLOGO">$INSTALL_DIR/lib/python</environment_variable>
|
|
31 </action>
|
|
32 </actions>
|
|
33 </install>
|
|
34 <readme>
|
|
35 </readme>
|
|
36 </package>
|
|
37 </tool_dependency>
|