Patch qgis 3.28.1 build 0 with correct GDAL 3.6 pinning #372
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Recent libgdal36 migration removed the pins for GDAL in QGIS, causing an error like libgdal.so.32: cannot open shared object file: No such file or directory due to mismatch in GDAL version used in build vs runtime. This adds the proper gdal >=3.6.0,<3.7.0a0 pin so that QGIS versions built with GDAL 3.6 can only be installed with GDAL 3.6.
Similar to #366
Checklist
0
(if the version changed)conda-smithy
(Use the phrase@conda-forge-admin, please rerender
in a comment in this PR for automated rerendering)Patches: conda-forge/qgis-feedstock#274
Closes: conda-forge/qgis-feedstock#276
Similar to: #366
cc: @weiji14
Relevant diff when running python show_diff.py (Windows builds failed with 'out of memory' so they don't exist):