changeset 12:dd3c50fe959f draft default tip

Uploaded dave's fix 2
author boris
date Tue, 14 Jan 2014 13:36:10 -0500
parents cfb94fd355b6
children
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Jan 14 13:10:54 2014 -0500
+++ b/tool_dependencies.xml	Tue Jan 14 13:36:10 2014 -0500
@@ -1,14 +1,14 @@
 <?xml version="1.0"?>
 <tool_dependency>
   <package name="readline" version="6.2">
-      <repository changeset_revision="984448adbe79" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://gaius.bx.psu.edu:9009" />
+      <repository changeset_revision="e87f7a11afe2" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
     </package>
     <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="set_environment_for_install">
-                  <repository changeset_revision="984448adbe79" name="package_readline_6_2" owner="boris" prior_installation_required="False" toolshed="http://gaius.bx.psu.edu:9009" />
+                  <repository changeset_revision="e87f7a11afe2" name="package_readline_6_2" owner="boris" prior_installation_required="False" toolshed="http://testtoolshed.g2.bx.psu.edu" />
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">export LDFLAGS="-L$READLINE_LIBS -lreadline" &amp;&amp; ./configure --with-blas --with-lapack --enable-R-shlib --with-readline=no --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>