Mercurial > repos > boris > package_r_2_15
changeset 0:0eb8a25c2c00 draft
Uploaded xml
author | boris |
---|---|
date | Mon, 03 Jun 2013 23:46:42 -0400 |
parents | |
children | a648460aa764 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Mon Jun 03 23:46:42 2013 -0400 @@ -0,0 +1,20 @@ +<tool_dependency> + <package name="R" version="2.15.0"> + <install version="1.0"> + <actions> + <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action> + <action type="make_directory">$INSTALL_DIR</action> + <action type="shell_command">./configure --with-readline=no --enable-R-shlib -with-x=no --prefix=$INSTALL_DIR && make && make install</action> + <action type="set_environment"> + <environment_variable name="R_HOME" action="set_to">$INSTALL_DIR</environment_variable> + <environment_variable name="R_LIBS" action="set_to">$INSTALL_DIR/lib</environment_variable> + </action> + </actions> + </install> + <readme>R is a free software environment for statistical computing and graphics + WARNING: See custom compilation options above + </readme> + </package> +</tool_dependency> + +