Mercurial > repos > boris > package_r_2_15
changeset 10:f6b8f51b71a2 draft
Uploaded
author | boris |
---|---|
date | Sun, 09 Jun 2013 17:11:08 -0400 |
parents | 39b031be1735 |
children | cfb94fd355b6 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Fri Jun 07 13:54:54 2013 -0400 +++ b/tool_dependencies.xml Sun Jun 09 17:11:08 2013 -0400 @@ -13,7 +13,7 @@ </repository> </action> <action type="make_directory">$INSTALL_DIR</action> - <action type="shell_command">./configure --with-blas --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR && make && make install</action> + <action type="shell_command">./configure --with-blas --with-lapack --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/lib/R</environment_variable> <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib/R/library</environment_variable>