Mercurial > repos > boris > package_rpy2_2_2
changeset 17:f7782dc74094 draft
Uploaded
| author | boris |
|---|---|
| date | Fri, 07 Jun 2013 13:41:18 -0400 |
| parents | cc1d274bf155 |
| children | 1b5bd31fcf2a |
| files | tool_dependencies.xml |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jun 07 13:30:10 2013 -0400 +++ b/tool_dependencies.xml Fri Jun 07 13:41:18 2013 -0400 @@ -19,11 +19,12 @@ </repository> </action> <action type="make_directory">$INSTALL_DIR/lib/python</action> - <action type="shell_command">export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && + <action type="shell_command">export R_HOME=$R_HOME && export R_LIBS=$R_LIBS && export PATH=$PATH && export PYTHONPATH=$PYTHONPATH:$INSTALL_DIR/lib/python &&python setup.py install --home $INSTALL_DIR --install-scripts $INSTALL_DIR/bin</action> <action type="set_environment"> <environment_variable action="set_to" name="R_HOME">$ENV[R_HOME]</environment_variable> <environment_variable action="set_to" name="R_LIBS">$ENV[R_LIBS]</environment_variable> + <environment_variable action="set_to" name="PATH">$ENV[PATH]</environment_variable> <environment_variable action="prepend_to" name="PYTHONPATH">$INSTALL_DIR/lib/python</environment_variable> <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> </action>
