changeset 6:2ccee4d20168 draft

Uploaded
author fubar
date Wed, 12 Jun 2013 21:36:16 -0400
parents 8f91c9b85935
children b90bcba24d6a
files package_r3/tool_dependencies.xml
diffstat 1 files changed, 3 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/package_r3/tool_dependencies.xml	Wed Jun 12 19:57:25 2013 -0400
+++ b/package_r3/tool_dependencies.xml	Wed Jun 12 21:36:16 2013 -0400
@@ -1,16 +1,13 @@
 <?xml version="1.0"?>
 <tool_dependency>
-    <package name="readline" version="6.2">
-        <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
-    </package>
     <package name="package_r3" version="3.0.1">
         <install version="1.0">
             <actions>
                 <action type="download_by_url">http://cran.ms.unimelb.edu.au/src/base/R-3/R-3.0.1.tar.gz</action>
                 <action type="set_environment_for_install">
- 		   <package name="readline" toolshed="http://testtoolshed.g2.bx.psu.edu" version="6.2">
-        		<repository name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
-                   </package>
+                 <package name="readline" toolshed="http://testtoolshed.g2.bx.psu.edu" version="6.2">
+                   <repository name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/" />
+                 </package>
                 </action>
                 <action type="make_directory">$INSTALL_DIR</action>
                 <action type="shell_command">./configure --with-blas --with-lapack --enable-R-shlib  --with-x=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>