Changelog for
libnetcdff6-4.4.3-1.1.x86_64.rpm :
Fri Dec 9 13:00:00 2016 robert.warmbierAATTwits.ac.za
- Version 4.4.4 fails obs build:
I: Program returns random data in a function
E: netcdf-fortran no-return-in-nonvoid-function nf_lib.c:177, 187
So go back to 4.4.3 in hopes it works.
Thu Dec 8 13:00:00 2016 robert.warmbierAATTwits.ac.za
- Update to version 4.4.4
* Corrected an issue where cmake-based builds specifying `USE_LOGGING` were not seeing expected behavior. The issue was reported, and subsequently fixed, by Neil Carlson at Los Alamos Nat\'l Laboratory. See [Github Pull Request #44](https://github.com/Unidata/netcdf-fortran/pull/44) for more information.
* Integrated improvements provided by Richard Weed. For a
*complete
* list of modifications, see the file `docs/netcdf_fortran_4.4.2dev_notes_RW.pdf`.
*
*It is highly detailed and worth reading!
*
*
The highlights of the improvements are as follows:
* Explicit dependencies on `NC_MAX_DIM` constant for arrays has been removed and replaced with dynamically-allocated arrays.
* Support for `nc_open_mem()` in the C library, allowing for the creation of \"in memory\" files.
* General clean up.
- Changes from 4.4.2 to 4.4.3
* Corrected a bug which would return a false-positive in `nf_test` when using netCDF-C `4.4.0`.
* Updated the `cfortran.doc` license document for the `cfortran.h` library. The most recent version was pulled from http://cfortran.sourceforge.net. The previous version did not reflect that the author had released cfortran under the LGPL. See [Github Issue 27](https://github.com/Unidata/netcdf-fortran/issues/27) for more information.
Mon Nov 23 13:00:00 2015 robert.warmbierAATTwits.ac.za
- Update to version 4.4.2
Thu Nov 6 13:00:00 2014 ocefpafAATTgmail.com
- Update to version 4.4.1
* 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).
Mon Jul 14 14:00:00 2014 ocefpafAATTgmail.com
- Update to version 4.4.0
* For 32-bit platforms fixed integer fill parameters, initialized potentially
uninitialized variables, and provided some missing defaults (R. Weed).
* Fixed CMake builds on 32-bit platforms.
* Added new inq_path and rename_grps functions analogous to
corresponding C functions. Added associated tests. (R. Weed)
* Added support for NF_MPIIO, NF_MPIPOSIX, NF_PNETCDF flags and
NF_FILL_UINT. (R. Weed)
* Fixed potential bug in attribute functions for integer values when
Fortran INTEGER
*1 or INTEGER
*2 types are the same size as C
long. (R. Weed)
* Added test for compiler support of Fortran 2008 ISO_FORTRAN_ENV
additions and TS29113 standard extension.
* Fixed C_PTR_DIFF_T issue reported by Orion Poplowski. (R. Weed)
Fri Apr 13 14:00:00 2012 ocefpafAATTgmail.com
- First import from Fedora
- Don\'t ship info/dir file
- Add needed shbangs
- Compress mpi package man pages
- Build parallel versions
- Ship examples with -devel