Previous changeset 0:8ab0d08a3da1 (2014-01-27) Next changeset 2:e1c7a7cda956 (2014-02-24) |
Commit message:
Uploaded |
modified:
tool_dependencies.xml |
b |
diff -r 8ab0d08a3da1 -r 99d03d6b75cf tool_dependencies.xml --- a/tool_dependencies.xml Mon Jan 27 09:25:06 2014 -0500 +++ b/tool_dependencies.xml Mon Feb 24 15:27:41 2014 -0500 |
b |
@@ -8,7 +8,9 @@ <actions> <action type="download_by_url">http://cran.rstudio.com/src/base/R-2/R-2.15.0.tar.gz</action> <action type="set_environment_for_install"> - <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu" /> + <repository changeset_revision="16fc64dad9ca" name="package_readline_6_2" owner="devteam" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> + <package name="readline" version="6.2" /> + </repository> </action> <action type="make_directory">$INSTALL_DIR</action> <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS" && ./configure --with-blas --with-lapack --enable-R-shlib --with-x=no --prefix=$INSTALL_DIR && make && make install</action> |