﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
413	"Remove check on ""is_netcdf"" from non-existent libncdf.a in ropp_{pp, fm, 1dvar} configure.ac"	Ian Culverwell	Ian Culverwell	"Dave Offiler writes:
{{{
One slight oddity in configuring ropp_pp ropp_fm & ropp_1dvar:

checking for message of the ropp_utils library... yes checking for
nf_inq_ncid of the hdf5 library... yes checking for nf_open of the 
netcdf library... yes
checking for is_netcdf of the ncdf library... no            <<<<<<<
checking for is_netcdf of the ropp_io library... yes checking for
ropp_io_init_l1atype of the ropp_io library... (cached) yes

e.g. in ropp_pp/configure.ac:
  CM_CHECK_LIB(ncdf, is_netcdf, -lncdf)

I don't think there's any such library as libncdf.a (possible
legacy of Christian's 'ncdf' API which has been part of ropp_io 
since the beginning? Or for a really old version of netCDF (v3.x)?) 
Clearly is_netCDF() *is* found in libropp_io.a, so in practice not
a problem, but I'm not sure if this (any more) is a valid test to
do... But as it does no harm. it can be left in place for ROPP-8.
}}}

Consider removing these checks on libncdf.a at ROPP9.0."	defect	closed	normal	10.0	ROPP (all)	8.0	fixed		
