-
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
GDAL build is failing on MacOS with Julia 1.6.0-beta1 #113
Comments
Indeed GDAL.jl CI also picked this up: https://github.com/JuliaGeo/GDAL.jl/runs/1640642495?check_suite_focus=true Cause and solution seems to be: JuliaLang/julia#39015 (comment). Though it is unfortunate that will require a different build for different julia version. |
For the Julia issule JuliaLang/julia#39015 (comment), it is said that it requires package update as follows.
|
It's not so simple, though, especially if we don't want to only support julia 1.6+ going forward. NetCDF has the same issue, see also the discussion in JuliaPackaging/Yggdrasil#2402. |
We should follow the approach used to resolve this same issue by NetCDF, so basically apply the setup used in https://github.com/JuliaPackaging/Yggdrasil/tree/master/N/NetCDF, see also JuliaPackaging/Yggdrasil#2401. First this should be done for PROJ_jll, then we can do it for GDAL_jll. I'm scarce on time at the moment (:baby:), so help would be appreciated such that this can be fixed before 1.6 final is released. |
On julia 1.3 to 1.5 we will get v300.201.100, on julia 1.6+ we will get v300.202.100. The GDAL version is the first digit, so v3.2.1. Fixes #113.
On julia 1.3 to 1.5 we will get v300.201.100, on julia 1.6+ we will get v300.202.100. The GDAL version is the first digit, so v3.2.1. Fixes #113.
It looks like it is maybe an upstream issue with MbedTLS, which @visr pointed out on Slack. Here's the full error:
The full stacktrace/run environment info can be found here.
The text was updated successfully, but these errors were encountered: