Ward Fisher
Ward Fisher
This is very peculiar; your build system is finding `libhdf5`, and purports to be linking against it (from the config.log file you provided). But the `ldd` output you provided shows...
I'm not certain where these dependencies are being inherited from, they are not libraries we check for or link against. I would suspect they are dependencies used by mpi, but...
It is also not necessarily the case that we need this to work for cygwin out-of-the-box. If we have it working for *nix and Visual-Studio based builds, that may be...
@DennisHeimbigner as I recall there is a cygwin environmental variable which can be used to modify the pathing scheme cygwin uses. I forget what it is, off the top of...
Thanks, I'll get this fixed!
@DennisHeimbigner I'm not seeing an issue on my end from the tests, but I don't have a Cygwin environment to run. It works in MSYS2 with Visual Studio, if you...
Thanks! I'll take a look at this.
@DennisHeimbigner anything leap out at you about this PR? Now that tests are passing, I'm doing a full review but will hold off on merging, to give you time to...
This looks good, but isn't quite there. We need to sort out the subsequent lack of spacing in `libnetcdf.settings`, and the output of `nc-config --libs --static`, e.g.: ```` Extra libraries:...