annotate tool_dependencies.xml @ 6:6ec6afd35751 draft default tip

Uploaded
author fubar
date Tue, 24 Sep 2013 22:48:47 -0400
parents d29baafe12a1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
1 <?xml version="1.0"?>
e7de437152d5 initial commit
fubar
parents:
diff changeset
2 <tool_dependency>
5
d29baafe12a1 Uploaded
fubar
parents: 4
diff changeset
3 <package name="numpy" version="1.7.1">
4
6168020ba3af Uploaded
fubar
parents: 3
diff changeset
4 <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
5 </package>
e7de437152d5 initial commit
fubar
parents:
diff changeset
6 <package name="ghostscript" version="9.07">
4
6168020ba3af Uploaded
fubar
parents: 3
diff changeset
7 <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
8 </package>
e7de437152d5 initial commit
fubar
parents:
diff changeset
9 <package name="package_weblogo" version="3.3">
e7de437152d5 initial commit
fubar
parents:
diff changeset
10 <install version="1.0">
e7de437152d5 initial commit
fubar
parents:
diff changeset
11 <actions>
6
6ec6afd35751 Uploaded
fubar
parents: 5
diff changeset
12 <action type="download_by_url">https://weblogo.googlecode.com/files/weblogo-3.3.tar.gz</action>
5
d29baafe12a1 Uploaded
fubar
parents: 4
diff changeset
13 <action type="make_directory">$INSTALL_DIR/lib/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
d29baafe12a1 Uploaded
fubar
parents: 4
diff changeset
14 <action type="make_directory">$INSTALL_DIR/lib64/python</action> <!-- Not sure why these must be made apriori, but install fails otherwise -->
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
15 <!-- populate the environment variables from the dependend repos -->
e7de437152d5 initial commit
fubar
parents:
diff changeset
16 <action type="set_environment_for_install">
1
42e2f9e2c587 initial commit
fubar
parents: 0
diff changeset
17 <repository changeset_revision="10222a7db54c" name="package_ghostscript_9_07" owner="fubar" toolshed="http://testtoolshed.g2.bx.psu.edu/">
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
18 <package name="ghostscript" version="9.07" />
e7de437152d5 initial commit
fubar
parents:
diff changeset
19 </repository>
5
d29baafe12a1 Uploaded
fubar
parents: 4
diff changeset
20 <repository changeset_revision="af9633757cf0" name="package_numpy_1_7" owner="blankenberg" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu">
d29baafe12a1 Uploaded
fubar
parents: 4
diff changeset
21 <package name="numpy" version="1.7.1" />
0
e7de437152d5 initial commit
fubar
parents:
diff changeset
22 </repository>
e7de437152d5 initial commit
fubar
parents:
diff changeset
23 </action>
e7de437152d5 initial commit
fubar
parents:
diff changeset
24 <!-- install weblogo -->
e7de437152d5 initial commit
fubar
parents:
diff changeset
25 <action type="shell_command">export PYTHONPATH=$INSTALL_DIR/lib/python:$PYTHONPATH_NUMPY:$PYTHONPATH &amp;&amp;
e7de437152d5 initial commit
fubar
parents:
diff changeset
26 python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
e7de437152d5 initial commit
fubar
parents:
diff changeset
27 <action type="set_environment">
e7de437152d5 initial commit
fubar
parents:
diff changeset
28 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
e7de437152d5 initial commit
fubar
parents:
diff changeset
29 <environment_variable action="append_to" name="PYTHONPATH">$ENV[PYTHONPATH_NUMPY]</environment_variable>
e7de437152d5 initial commit
fubar
parents:
diff changeset
30 <environment_variable action="prepend_to" name="PATH">$ENV[PATH_NUMPY]</environment_variable>
e7de437152d5 initial commit
fubar
parents:
diff changeset
31 <environment_variable action="set_to" name="PYTHONPATH_WEBLOGO">$INSTALL_DIR/lib/python</environment_variable>
e7de437152d5 initial commit
fubar
parents:
diff changeset
32 </action>
e7de437152d5 initial commit
fubar
parents:
diff changeset
33 </actions>
e7de437152d5 initial commit
fubar
parents:
diff changeset
34 </install>
e7de437152d5 initial commit
fubar
parents:
diff changeset
35 <readme>
e7de437152d5 initial commit
fubar
parents:
diff changeset
36 </readme>
e7de437152d5 initial commit
fubar
parents:
diff changeset
37 </package>
e7de437152d5 initial commit
fubar
parents:
diff changeset
38 </tool_dependency>