comparison tool_dependencies.xml @ 7:9de51cc3fda4 draft

Fix for osx
author iracooke
date Mon, 03 Mar 2014 23:13:43 -0500
parents b7db8783ee39
children 790ba3c11d51
comparison
equal deleted inserted replaced
6:b7db8783ee39 7:9de51cc3fda4
27 <action type="download_file">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action> 27 <action type="download_file">http://cache.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p451.tar.gz</action>
28 <action type="shell_command">tar -zxf ruby-2.0.0-p451.tar.gz</action> 28 <action type="shell_command">tar -zxf ruby-2.0.0-p451.tar.gz</action>
29 29
30 <action type="change_directory">./ruby-2.0.0-p451/</action> 30 <action type="change_directory">./ruby-2.0.0-p451/</action>
31 31
32 <action type="autoconf">--disable-install-doc</action> 32 <action type="autoconf">--disable-install-doc --with-openssl-dir=$OPENSSL_ROOT_DIR</action>
33 <action type="set_environment"> 33 <action type="set_environment">
34 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 34 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
35 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable> 35 <environment_variable action="set_to" name="RUBYLIB">$INSTALL_DIR/lib/</environment_variable>
36 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable> 36 <environment_variable action="set_to" name="RUBY_HOME">$INSTALL_DIR</environment_variable>
37 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable> 37 <environment_variable action="set_to" name="GALAXY_RUBY_HOME">$INSTALL_DIR</environment_variable>