Ward Fisher

Results 558 comments of Ward Fisher

`--disable-dap` and `--disable-netcdf-4` are options for the `netcdf-c` library, not `netcdf-fortran`. `configure` for `netcdf-fortran` should detect whether the C library was built with DAP and NETCDF4 automatically.

Thank you; I'll take a look at this, sorry for the delay in getting back to you! I'm able to build with hdf5-1.10 under Windows, but have not yet tried...

I am working to stand up a Windows/Visual Studio dev environment to test on.

There are several reasons why it may give this error, some of which are more obtuse than others. Can you provide the `config.log` file generated when you ran configure? Often...

Hi Ed, glad to hear HPC folk are seeing performance improvements! We aren't testing against it yet, and trying an out-of-the-box test on MacOS is returning some netCDF compilation errors...

Thanks for the ping @dopplershift, I'm looking at this now. To clarify my thinking as I read through this: As mentioned in the `netcdf4-python` issue, it was never the intention...

Pinging @DennisHeimbigner; any thoughts on this?

Hi Dennis, The only options I'm using are $ cmake .. -DCMAKE_PREFIX_PATH=[path to my local development libraries] Other than that, default values are used.

@DennisHeimbigner That is encouraging; I'm using MSYS bash and will test with a CMD command line. I wonder if it is a pathing issue. I'll also install Cygwin and see...

I'm seeing the same behavior as Dennis, but will investigate further.