comparison tool_dependencies.xml @ 19:a46e4b79b6b6 draft default tip

Uploaded
author boris
date Sun, 09 Jun 2013 18:06:45 -0400
parents 1b5bd31fcf2a
children
comparison
equal deleted inserted replaced
18:1b5bd31fcf2a 19:a46e4b79b6b6
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="readline" version="6.2"> 3 <package name="readline" version="6.2">
4 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> 4 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
5 </package>
6 <package name="R" version="2.15.0">
7 <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
8 </package> 5 </package>
9 <package name="ape" version="3.0-8"> 6 <package name="ape" version="3.0-8">
10 <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" /> 7 <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
11 </package> 8 </package>
12 <package name="rpy2" version="2.2.6"> 9 <package name="rpy2" version="2.2.6">
15 <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.2.6.tar.gz</action> 12 <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.2.6.tar.gz</action>
16 <action type="set_environment_for_install"> 13 <action type="set_environment_for_install">
17 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/"> 14 <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
18 <package name="readline" version="6.2" /> 15 <package name="readline" version="6.2" />
19 </repository> 16 </repository>
20 <repository changeset_revision="f6b8f51b71a2" name="package_r_2_15" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
21 <package name="R" version="2.15.0" />
22 </repository>
23 <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/"> 17 <repository changeset_revision="60624d152d06" name="package_ape_3_0" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
24 <package name="ape" version="3.0-8" /> 18 <package name="ape" version="3.0-8" />
25 </repository> 19 </repository>
26 </action> 20 </action>
27 <action type="make_directory">$INSTALL_DIR/lib/python</action> 21 <action type="make_directory">$INSTALL_DIR/lib/python</action>
28 <action type="shell_command">export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; export PATH=$PATH &amp;&amp; 22 <action type="shell_command">export R_HOME=$R_HOME &amp;&amp; export R_LIBS=$R_LIBS &amp;&amp; export PATH=$PATH &amp;&amp;export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
29 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &amp;&amp;python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action>
30 <action type="set_environment"> 23 <action type="set_environment">
31 <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable> 24 <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable>
32 <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable> 25 <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable>
33 <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable> 26 <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable>
34 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> 27 <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>