0
|
1 <?xml version="1.0"?>
|
|
2 <tool_dependency>
|
16
|
3 <package name="R" version="3.1.2">
|
|
4 <repository changeset_revision="f0626dac6765" name="package_r_3_1_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
0
|
5 </package>
|
2
|
6 <package name="readline" version="6.2">
|
16
|
7 <repository changeset_revision="4e4f3dc94efa" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
|
2
|
8 </package>
|
16
|
9 <package name="rpy2_2_3_6" version="2.3.6">
|
0
|
10 <install version="1.0">
|
|
11 <actions>
|
1
|
12 <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz</action>
|
0
|
13 <action type="set_environment_for_install">
|
16
|
14 <repository changeset_revision="4e4f3dc94efa" name="package_readline_6_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
2
|
15 <package name="readline" version="6.2" />
|
3
|
16 </repository>
|
16
|
17 <repository changeset_revision="f0626dac6765" name="package_r_3_1_2" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
|
|
18 <package name="R" version="3.1.2" />
|
11
|
19 </repository>
|
0
|
20 </action>
|
|
21
|
|
22 <action type="shell_command">
|
7
|
23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&
|
10
|
24 export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" &&
|
|
25 export CPPFLAGS="-I$READLINE_INCLUDE_PATH" &&
|
7
|
26 python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --install-lib $INSTALL_DIR/lib/python
|
|
27 </action>
|
0
|
28 <action type="set_environment">
|
1
|
29 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable>
|
14
|
30 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[READLINE_LIB_PATH]</environment_variable>
|
|
31 <environment_variable action="append_to" name="LD_LIBRARY_PATH">$ENV[RHOME]/lib</environment_variable>
|
0
|
32 </action>
|
|
33 </actions>
|
|
34 </install>
|
3
|
35 <readme>rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like structures and functions.
|
|
36 http://rpy.sourceforge.net/rpy2.html
|
|
37 </readme>
|
0
|
38 </package>
|
|
39 </tool_dependency>
|