comparison tool_dependencies.xml @ 2:cdd0707dcedd draft

Uploaded
author bgruening
date Mon, 09 Jun 2014 17:07:51 -0400
parents 1c0d2868aa06
children a535cffc8bcb
comparison
equal deleted inserted replaced
1:1c0d2868aa06 2:cdd0707dcedd
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
2 <tool_dependency> 2 <tool_dependency>
3 <package name="zlib" version="1.2.8"> 3 <package name="zlib" version="1.2.8">
4 <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 4 <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
5 </package> 5 </package>
6 <package name="perl" version="5.18.1"> 6 <package name="perl" version="5.18.1">
7 <repository changeset_revision="8ee4936dfce3" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> 7 <repository changeset_revision="e89824189ec6" name="package_perl_5_18" owner="iuc" prior_installation_required="True" toolshed="https://testtoolshed.g2.bx.psu.edu" />
8 </package> 8 </package>
9 9
10 <package name="openssl" version="1.0.1g"> 10 <package name="openssl" version="1.0.1">
11 <install version="1.0"> 11 <install version="1.0">
12 <actions> 12 <actions>
13 <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1g.tar.gz</action> 13 <action type="download_by_url">ftp://ftp.openssl.org/source/openssl-1.0.1h.tar.gz</action>
14 <!-- populate the environment variables from the dependend repos --> 14 <!-- populate the environment variables from the dependend repos -->
15 <action type="set_environment_for_install"> 15 <action type="set_environment_for_install">
16 <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 16 <repository changeset_revision="12711c8cada7" name="package_zlib_1_2_8" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
17 <package name="zlib" version="1.2.8" /> 17 <package name="zlib" version="1.2.8" />
18 </repository> 18 </repository>
19 <repository changeset_revision="8ee4936dfce3" name="package_perl_5_18" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> 19 <repository changeset_revision="e89824189ec6" name="package_perl_5_18" owner="iuc" toolshed="https://testtoolshed.g2.bx.psu.edu">
20 <package name="perl" version="5.18.1" /> 20 <package name="perl" version="5.18.1" />
21 </repository> 21 </repository>
22 </action> 22 </action>
23 23
24 <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action> 24 <action type="shell_command">./config --prefix=$INSTALL_DIR shared</action>
47 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action> 47 <action type="shell_command">rm ./doc/ssl/SSL_write.pod</action>
48 48
49 <action type="make_install" /> 49 <action type="make_install" />
50 <action type="set_environment"> 50 <action type="set_environment">
51 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> 51 <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable>
52 <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
52 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> 53 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable>
53 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable> 54 <environment_variable action="set_to" name="OPENSSL_ROOT_DIR">$INSTALL_DIR</environment_variable>
54 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 55 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
55 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> 56 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>
56 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable> 57 <environment_variable action="prepend_to" name="PKG_CONFIG_PATH">$INSTALL_DIR/lib/pkgconfig</environment_variable>