Mercurial > repos > boris > package_r_2_15
changeset 7:f5e90c6ca66e draft
Update R_HOME
author | boris |
---|---|
date | Fri, 07 Jun 2013 00:54:59 -0400 |
parents | 67a05901ed3d |
children | 87a1a0aef849 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Thu Jun 06 16:26:46 2013 -0400 +++ b/tool_dependencies.xml Fri Jun 07 00:54:59 2013 -0400 @@ -15,7 +15,7 @@ <action type="make_directory">$INSTALL_DIR</action> <action type="shell_command">./configure --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR && make && make install</action> <action type="set_environment"> - <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable> + <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable> <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib</environment_variable> </action> </actions>