Dennis Heimbigner
Dennis Heimbigner
So I reran with 1.12.0 built as you describe and it still works. Some questions: 1. Do have szip installed? 2. Does this fail as a github action?
> OK, I do a complete rebuild of everything and the build fails with hdf5-1.12.0, but with no other version I've tested. Sounds definitive to me.
The / should get converted to \ by NC_mktmp. > tmppath = NC_mktmp(path); I did quite a lot of work on mingw support that will not show up until the...
In any case, one workaround should be this: 1. create a file called .dodsrc in you home directory 2. Insert this line in that .dodsrc file. ````HTTP>COOKIEJAR=```` So e.g >...
ok. try putting the .dodsrc in the same directory in which you are working.
It is probably that you do not have the environment variable HOME set on windows.
Netcdf-c uses "HOME" not "HOMEPATH", But apparently, I should be using the environment variable USERPROFILE instead of HOME.
The byterange driver I use is home-made because HDF5 does not directly support it (AFAIK, I should recheck). So I will modify our local code to explicitly set CAINFO from...
PR https://github.com/Unidata/netcdf-c/pull/2408 should fix this, assuming you set HTTP.CAINFO
This PR may fix this problem: https://github.com/Unidata/netcdf-c/pull/2408