-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Julia nightly and libcurl 8 #152
Comments
I triggered CI for nightly recently in #150, and that shows that indeed GDAL_jll is currently broken on nightly. If allowing libcurl 8 compat is enough to fix that, it would be great to add that in Yggdrasil. If we also want to tackle #151 (comment) we might need to first rebuild libtiff. |
Expanding the compat range in Yggrasil and the registry did solve the issue for GMT. Regarding the libtiff issue, why are you not using the one that comes internally with GDAL? It would save from issues like this, no? |
I'm not sure why that would avoid any issues. The external lib was available and is also used for PROJ_jll, so using it avoids unneccesary duplication. |
Yes, right PROJ needs it too. |
Fixed in JuliaRegistries/General#88557. @joa-quim next time you fix the compat in the registry feel free to also change it for other packages that are affected besides GMT. I just found your PR JuliaRegistries/General#81657 yesterday because it wasn't linking to any of the relevant issues. |
Hi,
libcurl 8
is raising quite some issues and after some troubles we think we got them solved in GMT and Julia nightly, but installation still fails now because of a GDAL_jll version restriction.If interested, this is the issue JuliaLang/julia#49361 describing the steps takes to fix on the GMT.jl side (that also depends on libCURL_jll). I am, however, a bit puzzled because on Windows and Julia nightly I could just
] add GDAL
with no problems. Have you tried GDAL_jll on Julia nightly?The text was updated successfully, but these errors were encountered: