Alexander Barth

Results 292 comments of Alexander Barth

It seems that @musm is collecting the platform dependent variables used by HDF5: https://github.com/musm/hdf5-build-output Maybe somebody with access to a PowerPC can contribute to this database (if I understand well...

Thanks a lot for letting me know! Can somebody on Windows test if HDF5 with HDF5_jll v1.12.1+0 can run its test suite without failure?

Thanks @visr for the update! Filled also a bug report here: https://github.com/JuliaPackaging/Yggdrasil/issues/4511

> Shall we yank the build? We would lose a functioning Apple M1 build however. As there are many more Windows users than Apple M1 users, I would indeed be...

This issue is not resolved but mitigated by declaring NCDatasets incompatible with v400.702.402+0 in NCDatasets 0.12.

> Though I suppose this way Apple M1 users still have a way to use the build if they want. Yes this is one reason, and I had a classroom...

For Julia 1.8 all jll packages (with a shared dependency with julia) need to be rebuild. The is also the case of NetCDF_jll as NetCDF_jll and julia depend on libcurl....

The world of dynamic libraries does not cease to surprise me ! I saw some issues on Linux with julia 1.8 that libnetcdf.so could not be loaded (similar to the...

Thank you for confirming, I am hitting another bug with Linux #173.

For future reference, here is how to pin the NetCDF version (for windows users only to run the NCDatasets master version on julia 1.8): ``` using Pkg Pkg.add("NetCDF_jll") Pkg.pin(name="NetCDF_jll", version="400.702.400")...