Ward Fisher
Ward Fisher
Do you happen to have the `config.log` and `test-suite.log` files generated? That would shed a lot of light on what's happening under the hood.
Thanks, I'll take a look at this. Do you happen to have the `apt.txt` file referenced by the Dockerfile you linked to? Also, is there any chance you have the...
It looks like you are running `configure` correctly, my apologies for the delay and my thanks for your patience. I am circling back around to this.
I'm at a bit of a loss. If I build the container from a modified `Dockerfile` which doesn't build netcdf, and then run the container and build netCDF using the...
Agreed, while the change in the ftp site was responsible for some errors, this one is recreatible on my end but only when building the image. If I modify the...
## Files: * [dockerfile_slim.zip](https://github.com/user-attachments/files/16802842/dockerfile_slim.zip) ## Summary: I'm leaning towards closing this out because it does not appear that the issue is with netCDF itself, but something in the docker environment....
Looking at this, and the fix that was applied in xarray, I believe I see how we might be able to fix this. Thanks for the report, and your patience!
After further investigation, I'm at a loss as to how to address this; perhaps opening a discussion over at the netCDF-Python repository? I've tried to duplicate this issue in pure...
I appreciate you double-checking in your environment; are you able to open an issue over at [netcdf4-python](https://github.com/Unidata/netcdf4-python)? I'd be happy to open one and link this to it, but you...
I notice your test with 4.8.1 still has an 8MB memory leak per file with the default chunk sizes; I was able to replicate this amongst various versions. It looks...