changeset 10:d771e7036032 draft

Uploaded
author guerler
date Tue, 01 Apr 2014 14:00:16 -0400
parents eac3a839526a
children 0027889f6a6e
files tool_dependencies.xml
diffstat 1 files changed, 1 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Apr 01 11:48:20 2014 -0400
+++ b/tool_dependencies.xml	Tue Apr 01 14:00:16 2014 -0400
@@ -1,18 +1,6 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <set_environment version="1.0">
-        <environment_variable name="R_SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>   
+        <environment_variable name="SCRIPT_PATH" action="set_to">$REPOSITORY_INSTALL_DIR</environment_variable>
     </set_environment>
-    <package name="R" version="2.15.1">
-        <install version="1.0">
-            <actions>
-                <action type="download_by_url">http://CRAN.R-project.org/src/base/R-2/R-2.15.1.tar.gz</action>
-                <action type="shell_command">./configure --prefix=$INSTALL_DIR</action>
-                <action type="shell_command">make</action>
-                <action type="set_environment">
-                    <environment_variable name="PATH" action="prepend_to">$INSTALL_DIR/bin</environment_variable>
-                </action>
-            </actions>
-        </install>
-    </package>
 </tool_dependency>
\ No newline at end of file