Ward Fisher

Results 558 comments of Ward Fisher

Thanks for your patience; this has been interesting, in the way 'undergraduate Computer Science student' was often interesting. There's no clear answer as to why things are behaving the way...

Good to know about the case-sensitivity re: `FIND_PACKAGE(netCDF ...)`. Our documentation for using cmake-based netCDF, not just building via cmake, certainly could use some updating/creating. Thanks!

> I would really second this!! > > It would be super fantastic if netcdf installed a cmake and pkg-config file for end users! For the record, netCDF *does* install...

> Hi all, > > We're using NetCDF with the CMake config file, one difference is the name is `netCDF` not `NetCDF` so `find_package(netCDF CONFIG)` works for us. We have...

As long as we know which order the tests need to be run in, the mechanisms to ensure "test A" finishes before "test B" is run exist in both autotools...

Huh, interesting. Let me take a look and I'll see if I can tell what's going on; any idea @DennisHeimbigner ? I'll be out for the holiday but back afterwards...

Out of curiosity @CedricPenard, what platform are you on, and which version of netCDF-C? We're working on getting v4.9.3 out, which improves s3 support. There are some tricky issues (not...

Interesting, and good to note. If you were to check out the `main` branch from Github and compile with the `--enable-s3-internal` flag, you would be able to test the same...

Reverted a merge that ended up being a bit more trouble than expected, will attempt to merge `main` back in more carefully.