changeset 0:dd727d292422 draft

Uploaded
author iuc
date Sun, 23 Feb 2014 07:14:33 -0500
parents
children 76c544cb06a1
files tool_dependencies.xml
diffstat 1 files changed, 22 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tool_dependencies.xml	Sun Feb 23 07:14:33 2014 -0500
@@ -0,0 +1,22 @@
+<?xml version="1.0"?>
+<tool_dependency>
+    <package name="netcdf" version="4.3.1.1">
+        <install version="1.0">
+            <actions>
+                <action type="download_by_url">ftp://ftp.unidata.ucar.edu/pub/netcdf/netcdf-4.3.1.1.tar.gz</action>
+                <action type="autoconf" />
+                <action type="set_environment">
+                    <environment_variable name="LD_LIBRARY_PATH" action="prepend_to">$INSTALL_DIR/lib</environment_variable>
+                    <environment_variable name="NETCDF_ROOT_PATH" action="set_to">$INSTALL_DIR</environment_variable>
+                    <environment_variable name="C_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</environment_variable>
+                    <environment_variable name="CPLUS_INCLUDE_PATH" action="prepend_to">$INSTALL_DIR/include</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>