changeset 12:856591655486 draft

Uploaded
author bgruening
date Sun, 30 Jun 2013 18:05:17 -0400
parents 4e9dce1105cd
children 564b46e4fda7
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Sun Jun 30 15:34:58 2013 -0400
+++ b/tool_dependencies.xml	Sun Jun 30 18:05:17 2013 -0400
@@ -17,15 +17,16 @@
         <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">
-                    <repository changeset_revision="25dc49b0d6d5" name="package_atlas_3_10" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                    <repository name="package_atlas_3_10" owner="bgruening">
                         <package name="atlas" version="3.10.1" />
                     </repository>
-                    <repository changeset_revision="a6b8f46acca7" name="package_lapack_3_4" owner="bgruening" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                    <repository name="package_lapack_3_4" owner="bgruening">
                         <package name="lapack" version="3.4.2" />
                     </repository>
                 </action>
+                -->
                 <!--
                 with-blas="$LAPACK_LIB_DIR"
                 with-lapack="-L$ATLAS_LIB_DIR -llapack -lcblas"
@@ -33,13 +34,14 @@
                 export BLAS=$LAPACK_LIB_DIR/libblas.a &amp;&amp; 
                 export LAPACK=$LAPACK_LIB_DIR/liblapack.a &amp;&amp; 
                 export ATLAS=$ATLAS_LIB_DIR/libatlas.a &amp;&amp; 
-                -->
+
 
                 <action type="set_environment_for_install">
                     <repository changeset_revision="1301ec7705a8" name="package_readline_6_2" owner="boris" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu/">
                         <package name="readline" version="6.2" />
                     </repository>
                 </action>
+                -->
                 <action type="shell_command">./configure  --enable-R-shlib  --with-x=no --with-readline=no --prefix=$INSTALL_DIR &amp;&amp; make &amp;&amp; make install</action>
                 <action type="set_environment">
                     <environment_variable action="set_to" name="R_HOME">$INSTALL_DIR/lib/R</environment_variable>
@@ -48,6 +50,6 @@
                 </action>
             </actions>
         </install>
-        <readme />
+        <readme></readme>
     </package>
 </tool_dependency>