Commit graph

8 commits

Author SHA1 Message Date
cjep
f0876e747e Make this package compile with gcc3. Fixes PR#23330 from
Wolfgang S. Rupprecht.

Patches from http://www.unidata.ucar.edu/packages/netcdf/known_problems.html
(Mike Romberg).
2004-01-11 15:58:45 +00:00
wiz
f7da969cea Add RCS Ids to patches (hi rtr!). 2003-11-29 00:14:54 +00:00
rtr
7fb103ae79 Additional patches resolve gcc3 issues in cpp code & conf macro.
Approved by jlam@netbsd.org
2003-10-26 14:05:59 +00:00
jtb
01fbc3b888 Don't install man pages for Fortran 90 interface. 2003-03-02 08:39:18 +00:00
jtb
fef1bf968c Update to 3.5.0.
Some relevant changes:

 Fixed miswriting of netCDF header when exiting define
 mode.  Because the header was always written correctly
 later, this was only a problem if there was another
 reader of the netCDF file.

 Fixed explicit synchronizing between netCDF writer and
 readers via the nc_sync(), nf_sync(), and ncsync()
 functions.

 Fixed a number of bugs related to attempts to support
 shrinking the header in netCDF files when attributes
 are rewritten or deleted.  Also fixed the problem that
 nc__endef() did not work as intended in reserving
 extra space in the file header, since the extra space
 would be compacted again on calling nc_close().

 Fixed the "redef bug" that occurred when nc_enddef()
 or nf_enddef() is called after nc_redef() or
 nf_redef(), the file is growing such that the new
 beginning of a record variable is in the next "chunk",
 and the size of at least one record variable exceeds
 the chunk size (see netcdf.3 man page for a
 description of this tuning parameter and how to set
 it).  This bug resulted in corruption of some values
 in other variables than the one being added.

 The "__" tuning functions for the Fortran interface,
 nf__create, nf__open, and nf__enddef, are now
 documented in the Fortran interface man pages.

 Changed the extension of C++ files from ".cc" to ".cpp".
 Renamed the C++ interface header file "netcdfcpp.h"
 instead of "netcdf.hh", changing "netcdf.hh" to
 include "netcdfcpp.h" for backward compatibility.

 Fixed bug in ncdump using same CDL header name when
 called with multiple files.

 Added new NULL data type  NC_NAT (Not A Type) to
 facilitate checking whether a variable object has had
 its type defined yet, for example when working with
 packed values.

 Fixed use of compile-time macro NO_NETCDF_2 so it
 really doesn't include old netCDF-2 interfaces, as
 intended.

 Fixed C++ friend declarations to conform to C++ standard.
2003-03-02 08:26:09 +00:00
agc
2c1ab33758 Patch from Chuck Cranor to fix his own PR 15022.
Don't pass a GNU-specific m4 argument down to NetBSD's m4.
2002-01-08 19:55:51 +00:00
jlam
75ca9673af Skip "makewhatis" step during installation. 2001-07-30 03:42:26 +00:00
frueauf
8f3b96522c Initial addition of netcdf-3.4, a library for array-oriented data access.
Provided in pr 6745 by Rene Hexel.
1999-01-14 20:28:53 +00:00