Mercurial > repos > bernhardlutz > rpytest
comparison tool_dependencies.xml @ 0:497e98af6185 draft default tip
Uploaded
| author | bernhardlutz |
|---|---|
| date | Thu, 23 Jan 2014 14:33:00 -0500 |
| parents | |
| children |
comparison
equal
deleted
inserted
replaced
| -1:000000000000 | 0:497e98af6185 |
|---|---|
| 1 <?xml version="1.0"?> | |
| 2 <tool_dependency> | |
| 3 <package name="R_3_0_1" version="3.0.1"> | |
| 4 <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 5 </package> | |
| 6 <package name="readline" version="6.2"> | |
| 7 <repository changeset_revision="c3f0077ab320" name="package_readline_6_2" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
| 8 </package> | |
| 9 <package name="rpy2_2_3_6" version="2.3.6"> | |
| 10 <install version="1.0"> | |
| 11 <actions> | |
| 12 <action type="download_by_url">https://pypi.python.org/packages/source/r/rpy2/rpy2-2.3.6.tar.gz</action> | |
| 13 <action type="set_environment_for_install"> | |
| 14 <repository changeset_revision="c3f0077ab320" name="package_readline_6_2" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 15 <package name="readline" version="6.2" /> | |
| 16 </repository> | |
| 17 <repository changeset_revision="1d5b86c2e93d" name="package_r_3_0_1" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
| 18 <package name="R_3_0_1" version="3.0.1" /> | |
| 19 </repository> | |
| 20 </action> | |
| 21 | |
| 22 <action type="shell_command"> | |
| 23 export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python && | |
| 24 export LDFLAGS="-L$READLINE_LIB_PATH -lreadline" && | |
| 25 export CPPFLAGS=-I$READLINE_INCLUDE_PATH && | |
| 26 python setup.py build --r-home $R_HOME --r-home-lib $R_HOME/lib install --install-lib $INSTALL_DIR/lib/python | |
| 27 </action> | |
| 28 <action type="set_environment"> | |
| 29 <environment_variable action="append_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> | |
| 30 </action> | |
| 31 </actions> | |
| 32 </install> | |
| 33 <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. | |
| 34 http://rpy.sourceforge.net/rpy2.html | |
| 35 </readme> | |
| 36 </package> | |
| 37 </tool_dependency> |
