Creating a new netcdf-cmake branch from the latest trunk.

This commit is contained in:
Ward Fisher 2012-10-19 20:48:09 +00:00
commit 0ce5296b3f
2 changed files with 3 additions and 8 deletions

View File

@ -1,5 +0,0 @@
# CTest/CDash configuration
SET (CTEST_DROP_METHOD "http")
SET (CTEST_DROP_SITE "yakov.unidata.ucar.edu/")
SET (CTEST_DROP_LOCATION "CDash/submit.php?project=WinNETCDF")
SET (CTEST_DROP_SITE_CDASH TRUE)

View File

@ -41,7 +41,7 @@ following section on \ref building.
\page building Building NetCDF
The netCDF-C library and utilities requires 3rd party libraries for
The netCDF-C library and utilities require third-party libraries for
full functionality. (See \ref architecture).
- \ref build_default
- \ref build_classic
@ -206,9 +206,9 @@ for more information about the netCDF format variants.)
If parallel I/O access to netCDF classic and 64-bit offset files is
also needed, the parallel-netcdf library should also be installed,
(and the <a
(Note: the previously recommended <a
href=ftp://ftp.unidata.ucar.edu/pub/netcdf/contrib/pnetcdf.h>replacement
pnetcdf.h</a> must be used). Then configure netCDF with the
pnetcdf.h</a> should no longer be used.) Then configure netCDF with the
--enable-pnetcdf flag.
\page linking Linking to NetCDF