changeset 9:39b031be1735 draft

--with-blas
author boris
date Fri, 07 Jun 2013 13:54:54 -0400
parents 87a1a0aef849
children f6b8f51b71a2
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Fri Jun 07 12:05:15 2013 -0400
+++ b/tool_dependencies.xml	Fri Jun 07 13:54:54 2013 -0400
@@ -13,7 +13,7 @@
                     </repository>
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
-                <action type="shell_command">./configure --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
+                <action type="shell_command">./configure --with-blas --enable-R-shlib --with-readline=no -with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; 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>