changeset 4:6c43ed376f14 draft

Uploaded
author boris
date Thu, 06 Jun 2013 15:03:08 -0400
parents 562ebf52a8fe
children e0e34ff640bb
files tool_dependencies.xml
diffstat 1 files changed, 5 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Wed Jun 05 15:16:34 2013 -0400
+++ b/tool_dependencies.xml	Thu Jun 06 15:03:08 2013 -0400
@@ -1,6 +1,7 @@
+<?xml version="1.0"?>
 <tool_dependency>
     <package name="readline" version="6.2">
-        <repository changeset_revision="7c94649a1f86" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/"/>
+        <repository changeset_revision="7c94649a1f86" 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">
@@ -8,14 +9,14 @@
                 <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="7c94649a1f86" name="package_readline_6_2" owner="boris" toolshed="http://testtoolshed.g2.bx.psu.edu/">
-                        <package name="readline" version="6.2"/>
+                        <package name="readline" version="6.2" />
                     </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="set_environment">
-                    <environment_variable name="R_HOME" action="set_to">$INSTALL_DIR</environment_variable>
-                    <environment_variable name="R_LIBS" action="set_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR</environment_variable>
+                    <environment_variable action="set_to" name="R_LIBS">$INSTALL_DIR/lib</environment_variable>
                 </action>
             </actions>
         </install>
@@ -24,5 +25,3 @@
        </readme>
     </package>
 </tool_dependency>
-
-