Ward Fisher

Results 558 comments of Ward Fisher

Thanks; I'm taking a look at this now.

Can you provide the `config.log` file for `netcdf-fortran`, and the `libnetcdf.settings` file generated by your libnetcdf install? I'm having issues recreating this in a local Debian 10 environment.

Thank you; I'm wondering if this is specific to the `Intel` compiler; I don't have access to those, although I've recently learned there are versions I may be able to...

I'll take a look at this; thanks for confirming use case with `gfortran`. I'll stand up a dev environment and see what I'm able to sort out.

Thank you very much! This will be reviewed/merged ASAP, but from my personal scan it looks great :).

I wonder if this is the result of refactoring`_FillValue` to `NC_FillValue`, as discussed in #2858 and changed in #2911.

In the short term, I wonder if I should add an option `enable-unsafe-macros` or some such that projects like `pio` and `gdal` have an option besides a broken API, while...

I agree with the `legacy` phrasing, I'll make that change. Due to the conflict with modern standard libraries, it feels like it's going to need to be opt-in. As packages...

Ok, I've written a couple responses to this and then deleted them as I think more about it so: I am aware of the issue, I will be taking a...

In the meantime, you should be able to (when compiling dependent software such as esmf, or anything which includes `netcdf.h`) define `NETCDF_ENABLE_LEGACY_MACROS` in the upstream build process and see the...