File: README

package info (click to toggle)
harp 1.29-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 57,028 kB
  • sloc: xml: 475,954; ansic: 175,442; sh: 4,898; yacc: 2,186; javascript: 1,510; python: 1,148; makefile: 656; lex: 591
file content (20 lines) | stat: -rw-r--r-- 690 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

These files are taken from netcdf 4.0.

The source files are taken from the libsrc and include directories and
only contain the code needed to support the classic netcdf3 format.

The source files have been slightly modified in order to fit them into this
build system. The changes that were made are:

 - netcdf.h, ncx.h, and utf8proc.h include harp_netcdf_mangle.h to name mangle
   all public symbols.

 - Added several casts to unsigned to eliminate 'comparison between signed
   and unsigned' warnings.

 - Added '(void)variable;' entries in many functions to eliminate
  'unused parameter' warnings.

 - Added missing initializer values to utf8proc_properties in
   utf8proc_data.h.