changeset 2:cdd0707dcedd draft

Uploaded
author bgruening
date Mon, 09 Jun 2014 17:07:51 -0400
parents 1c0d2868aa06
children a535cffc8bcb
files tool_dependencies.xml
diffstat 1 files changed, 7 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/tool_dependencies.xml	Tue May 27 08:34:43 2014 -0400
+++ b/tool_dependencies.xml	Mon Jun 09 17:07:51 2014 -0400
@@ -1,22 +1,22 @@
 <?xml version="1.0"?>
 <tool_dependency>
     <package name="zlib" version="1.2.8">
-        <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
     <package name="perl" version="5.18.1">
-        <repository changeset_revision="8ee4936dfce3" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" />
+        <repository changeset_revision="e89824189ec6" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
     </package>
 
-    <package name="openssl" version="1.0.1g">
+    <package name="openssl" version="1.0.1">
         <install version="1.0">
             <actions>
-                <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz</action>
+                <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1h.tar.gz</action>
                 <!-- populate the environment variables from the dependend repos -->
                 <action type="set_environment_for_install">
-                    <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                         <package name="zlib" version="1.2.8" />
                     </repository>
-                    <repository changeset_revision="8ee4936dfce3" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu">
+                    <repository changeset_revision="e89824189ec6" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
                         <package name="perl" version="5.18.1" />
                     </repository>
                 </action>
@@ -49,6 +49,7 @@
                 <action type="make_install" />
                 <action type="set_environment">
                     <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
+                    <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
                     <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
                     <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>