Mercurial > repos > lecorguille > package_netcdf_4_3_3_1
changeset 0:36e1b1104eb2 draft
Uploaded
author | lecorguille |
---|---|
date | Wed, 05 Aug 2015 09:55:40 -0400 |
parents | |
children | 05471e262e39 |
files | tool_dependencies.xml |
diffstat | 1 files changed, 31 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tool_dependencies.xml Wed Aug 05 09:55:40 2015 -0400 @@ -0,0 +1,31 @@ +<?xml version="1.0"?> +<tool_dependency> + <package name="hdf5" version="1.8.12"> + <repository changeset_revision="ed24d4a451b1" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="https://toolshed.g2.bx.psu.edu" /> + </package> + <package name="netcdf" version="4.3.3.1"> + <install version="1.0"> + <actions> + <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.3.1.tar.gz</action> + <action type="set_environment_for_install"> + <repository changeset_revision="ed24d4a451b1" name="package_hdf5_1_8_12" owner="iuc" toolshed="https://toolshed.g2.bx.psu.edu"> + <package name="hdf5" version="1.8.12" /> + </repository> + </action> + <action type="autoconf" /> + <action type="set_environment"> + <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> + <environment_variable action="set_to" name="NETCDF_ROOT_PATH">$INSTALL_DIR</environment_variable> + <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> + <environment_variable action="prepend_to" name="PATH">$INSTALL_DIR/bin</environment_variable> + </action> + </actions> + </install> + <readme> + NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, + and sharing of array-oriented scientific data. + http://www.unidata.ucar.edu/downloads/netcdf/index.jsp + </readme> + </package> +</tool_dependency>