On 02/08/2018 07:41 AM, Andreas Tille wrote:
>> libminc needs to fix their test or their usage of libnetcdf.
> 
> Could you be more verbose what exactly needs to be changed?

You can skip the test until upstream has provided a fix.

> I admit, I have no idea about libnetcdf and Steve did not responded
> to the issue yet.

libminc passed custom flags to the nccreate() via its micreate() wrapper:

 ip->fd = micreate(ip->name, NC_CLOBBER|MI2_CREATE_V1); /*Create MINC1
format*/

These flags are passed along to nccreate() which is more strict in its
what it accepts.

nccreate() is also part of the legacy V2 API of netCDF, the V3 API and
its nc_create() should be used instead.

Kind Regards,

Bas

Reply via email to