Mercurial > repos > iuc > package_netcdf_4_3
comparison tool_dependencies.xml @ 1:76c544cb06a1 draft
Uploaded
author | iuc |
---|---|
date | Mon, 24 Feb 2014 04:53:53 -0500 |
parents | dd727d292422 |
children | 87f4e43207f5 |
comparison
equal
deleted
inserted
replaced
0:dd727d292422 | 1:76c544cb06a1 |
---|---|
1 <?xml version="1.0"?> | 1 <?xml version="1.0"?> |
2 <tool_dependency> | 2 <tool_dependency> |
3 <package name="hdf5" version="1.8.12"> | |
4 <repository changeset_revision="4c1d98b72105" name="package_hdf5_1_8_12" owner="iuc" prior_installation_required="True" toolshed="http://testtoolshed.g2.bx.psu.edu" /> | |
5 </package> | |
3 <package name="netcdf" version="4.3.1.1"> | 6 <package name="netcdf" version="4.3.1.1"> |
4 <install version="1.0"> | 7 <install version="1.0"> |
5 <actions> | 8 <actions> |
6 <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.1.1.tar.gz</action> | 9 <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.1.1.tar.gz</action> |
10 | |
11 <action type="set_environment_for_install"> | |
12 <repository changeset_revision="4c1d98b72105" name="package_hdf5_1_8_12" owner="iuc" toolshed="http://testtoolshed.g2.bx.psu.edu"> | |
13 <package name="hdf5" version="1.8.12" /> | |
14 </repository> | |
15 </action> | |
16 | |
7 <action type="autoconf" /> | 17 <action type="autoconf" /> |
8 <action type="set_environment"> | 18 <action type="set_environment"> |
9 <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable> | 19 <environment_variable action="prepend_to" name="LD_LIBRARY_PATH">$INSTALL_DIR/lib</environment_variable> |
10 <environment_variable name="NETCDF_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable> | 20 <environment_variable action="set_to" name="NETCDF_ROOT_PATH">$INSTALL_DIR</environment_variable> |
11 <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | 21 <environment_variable action="prepend_to" name="C_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
12 <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable> | 22 <environment_variable action="prepend_to" name="CPLUS_INCLUDE_PATH">$INSTALL_DIR/include</environment_variable> |
13 </action> | 23 </action> |
14 </actions> | 24 </actions> |
15 </install> | 25 </install> |
16 <readme> | 26 <readme> |
17 NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, | 27 NetCDF (network Common Data Form) is a set of software libraries and machine-independent data formats that support the creation, access, |