Mercurial > repos > iuc > package_hdf5_1_8_12
changeset 1:ed24d4a451b1 draft default tip
planemo upload for repository https://github.com/galaxyproject/tools-iuc/tree/master/packages/package_hdf5_1_8_12 commit e10d6e2c4435771dc6f44d940359c1a31c0d6742-dirty
author | iuc |
---|---|
date | Fri, 17 Jul 2015 10:30:17 -0400 |
parents | 85dfbc5ffda7 |
children | |
files | tool_dependencies.xml |
diffstat | 1 files changed, 9 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/tool_dependencies.xml Sat Mar 01 14:15:15 2014 -0500 +++ b/tool_dependencies.xml Fri Jul 17 10:30:17 2015 -0400 @@ -1,20 +1,21 @@ <?xml version="1.0"?> <tool_dependency> - <package name="zlib" version="1.2.8"> - <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="http://toolshed.g2.bx.psu.edu" /> + <package name="zlib" version="1.2.8"> + <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> </package> <package name="hdf5" version="1.8.12"> - <install version="1.0"> - <actions> - <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/hdf5/hdf5-1.8.12.tar.gz</action> + <install version="1.0"> + <actions> + <action type="download_by_url">https://github.com/bgruening/download_store/raw/master/hdf5/hdf5-1.8.12.tar.gz</action> + <action type="set_environment_for_install"> - <repository changeset_revision="31f1e69aae89" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="False" toolshed="http://toolshed.g2.bx.psu.edu"> - <package name="zlib" version="1.2.8" /> + <repository changeset_revision="63a4a902cda2" name="package_zlib_1_2_8" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="zlib" version="1.2.8" /> </repository> </action> <action type="autoconf" /> <action type="set_environment"> - <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="prepend_to" name="LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="HDF5_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable>