Skip to content

netCDF-Fortran 4.4.1-rc1

Pre-release
Pre-release
Compare
Choose a tag to compare
@WardF WardF released this 05 Aug 20:12

This is the Release Candidate 1 release of netCDF-Fortran 4.4.1.

Below are the release notes for changes made since the 4.4.0 release. For a full listing of changes, please see the netcdf-fortran release notes.

Instructions for building netcdf-fortran may be found here:

Historic user documentation may be found here:

4.4.1-RC1 Released 2014-08-05

  • Added a new variable for cmake-based builds, NC_EXTRA_DEPS. Use this to specify additional dependencies when linking against a static netcdf-c library, e.g.
   netcdf-fortran/build$ cmake .. -DNC_EXTRA_DEPS="-lhdf5 -lhdf5_hl -lcurl"
  • Fixed to build correctly with netCDF-3-only C library, for example C library configured with --disable-netcdf-4 (R. Weed).