-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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] Update to 3.4.0, minor adjustments #21261
Conversation
When building
|
I think the static linkage issues existed before and are not regressions. It is just hidden from CI due to opt-in features. But I can look at it as long as I have other PRs waiting for merge. There will be merge conflicts anyway. |
Really no regressions, so please don't hold back this PR. The merge conflicts from the libgeotiff update are resolved now. I am already working on the non-default features in separate PRs. If it helps with tracking, I can open an issue listing all gdal port sub-issues and related PRs. |
This LGTM, thanks for the great work as always! |
What does your PR fix?
Updates gdal to 3.4.0 (pre-tested with 3.4.0 in [gdal] Add features for hdf5, netcdf, postgresql #21231).
Enables arm support except for windows (replaces [gdal] Make available on arm #21194).
Removes an obsolete option from the windows build.
Fixes the wrapper for mingw.
Which triplets are supported/not supported? Have you updated the CI baseline?
all, no.
Does your PR follow the maintainer guide?
yes
If you have added/updated a port: Have you run
./vcpkg x-add-version --all
and committed the result?yes