Martijn Visser
Martijn Visser
@zekeriyasari why did you close this? I think https://github.com/JuliaGeometry/GeometryBasics.jl/issues/132#issuecomment-841818308 would need to be changed in this package to fix this issue.
That's great news! Only 10 pending reviewers I see, haha.
So I helped a bit to land https://github.com/conda-forge/hdf5-feedstock/pull/175, updating HDF5_jll to 1.12.2 in #5248. This however needed to be yanked from the registry again after finding out that #5249 conda-forge...
For me personally (1) sounds like a good quick fix that I had not thought of. Since the difference is only a patch release it might be acceptable, though I'm...
I submitted option 1 from @Alexander-Barth in #5251. Nobody loves this solution I think, but it should give us a build that we can work with for now, buying us...
There is no proper cross compilation support for those libraries, which is the reason that for instance we haven't been able to get a netCDF build for Windows in a...
This issue probably needs to be transferred to https://github.com/JuliaPackaging/BinaryBuilder.jl, but I think someone with the right permissions can do that as well.
I think the branch did its work, although directly afterward it hit into the `docker_entrypoint.sh` issue, same as for `wsl tar`. Tar.jl could work given a few points: - https://github.com/JuliaLang/Tar.jl/pull/1,...
@staticfloat what shall we do here? Tar.jl will likely end up inside Pkg according to https://github.com/JuliaLang/Tar.jl/pull/7#issuecomment-560526282. I guess for Windows the best alternative for now would be to use the...
I think so, since system `tar` is still used: https://github.com/JuliaPackaging/BinaryBuilderBase.jl/blob/c67ccbebfa755426a34ea31aba7e4a2747c3dae2/src/DockerRunner.jl#L56-L59 This PR would switch that over to Tar.jl, but see this comment about possible performance issues: https://github.com/JuliaPackaging/BinaryBuilder.jl/pull/548#issuecomment-752775078