-
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
Test new drivers for new GDAL_jll release. #99
Conversation
Thanks! Indeed there is nothing that Pkg can do to select build numbers. It will always pick the latest one available, so this is fine as is. |
Btw, it fails now on the LVBAG driver, while it should already work, libexpat is in there now. I'm happy to also drop that driver from this PR. |
I see the page says the LVBAG driver is new in GDAL 3.2, which will be released in 2 weeks :) |
Well that does explain things. 🤔 I'll update and then it's ready to merge. |
It fails GDAL.jl CI in JuliaGeo/GDAL.jl#99 with `Incompatible library version: libgdal.26.dylib requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0` It seems to be picking up a libxml2 that was not intended.
It fails GDAL.jl CI in JuliaGeo/GDAL.jl#99 with `Incompatible library version: libgdal.26.dylib requires version 12.0.0 or later, but libxml2.2.dylib provides version 10.0.0` It seems to be picking up a libxml2 that was not intended.
The build was unfortunately broken, so we had to yank it: JuliaRegistries/General#23343. The OSX failure says: |
Also quoting Mosè from Slack:
|
`webp` is removed since it brings in `libxml2` which broke the GDAL build, see JuliaGeo/GDAL.jl#99 PROJ_jll is fixed to 7.2 since the minor version is part of the DLL filename, causing JuliaGeo/GDAL.jl#102
`webp` is removed since it brings in `libxml2` which broke the GDAL build, see JuliaGeo/GDAL.jl#99 PROJ_jll is fixed to 7.2 since the minor version is part of the DLL filename, causing JuliaGeo/GDAL.jl#102
No need to tag this, since users will get the new build automatically.
Still needs a release of JuliaPackaging/Yggdrasil#1941.
Because no version has been upped of GDAL_jll, not sure how to actually point to it apart from a git hash. v3.0.4+2 is not a valid version number.