changeset 103:de242914a56a draft

Uploaded
author bgruening
date Wed, 05 Mar 2014 02:24:52 -0500
parents 5f4562dc0890
children 0b732f3cfad0
files tool_dependencies.xml
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue Mar 04 18:13:24 2014 -0500
+++ b/tool_dependencies.xml	Wed Mar 05 02:24:52 2014 -0500
@@ -13,6 +13,7 @@
     <package name="ruby" version="2.0">
         <install version="1.0">
             <actions>
+                <action type="download_by_url">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action>
                 <action type="set_environment_for_install">
                     <repository changeset_revision="cff446402e07" name="package_libxml2_2_9_1" owner="devteam" toolshed="http://testtoolshed.g2.bx.psu.edu">
                         <package name="libxml2" version="2.9.1" />
@@ -25,7 +26,6 @@
                     </repository>
                 </action>
 
-                <action type="download_file">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action>
                 <!-- Fails on OSX due to lack of openssl. -->
                 <action type="autoconf">--disable-install-doc</action>
 
@@ -34,6 +34,7 @@
                     <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable>
                     <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable>
                     <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable>
+                    <!--<environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$ENV[PYTHONPATH_NUMPY]</environment_variable>-->
                 </action>
             </actions>
         </install>