0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
5
|
3 <package name="numpy" version="1.7.1">
|
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>
|
6
|
12 <action type="download_by_url">https://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action>
|
5
|
13 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
|
|
14 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
|
0
|
15 <!-- populate the environment variables from the dependend repos -->
|
|
16 <action type="set_environment_for_install">
|
1
|
17 <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
|
0
|
18 <package name="ghostscript" version="9.07" />
|
|
19 </repository>
|
5
|
20 <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
|
|
21 <package name="numpy" version="1.7.1" />
|
0
|
22 </repository>
|
|
23 </action>
|
|
24 <!-- install weblogo -->
|
|
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>
|