Mercurial > repos > fubar > package_r3
changeset 17:bf7e8f4749b4 draft
Uploaded
author | fubar |
---|---|
date | Fri, 26 Jul 2013 23:07:08 -0400 |
parents | 1ffaf8412079 |
children | 6e89ec508745 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jul 26 22:45:56 2013 -0400 +++ b/tool_dependencies.xml Fri Jul 26 23:07:08 2013 -0400 @@ -11,6 +11,11 @@ </action> <action type="make_directory">$INSTALL_DIR</action> <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR && make && make install</action> + <action type="set_environment"> + <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/R/library</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/lib/R/bin</environment_variable> + </action> </actions> </install> <readme>Modified from an older version of R by Boris by Ross Lazarus for R 3.0