GDAL: external LERC only available in 3.3+#31583
Closed
adamjstewart wants to merge 1 commit intospack:developfrom
Closed
GDAL: external LERC only available in 3.3+#31583adamjstewart wants to merge 1 commit intospack:developfrom
adamjstewart wants to merge 1 commit intospack:developfrom
Conversation
Contributor
the story depends on versions. LERC can be used by the MRF driver too. I'm not sure if it is from 3.5.0 or master, but previously only the internal copy of libLERC could be used by the MRF driver. Now it can be the external copy too. |
Member
Author
|
Looks like that may also be the case with zstd: #26809 (comment) I would love to know which dependencies are actually used in GDAL and from which versions those deps are supported externally. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
User reported a build issue when linking to external LERC for older GDAL. According to https://gdal.org/drivers/raster/gtiff.html:
Actually, now that I look at this, I'm not sure if it even makes sense to have a
+lercvariant/dependency. @rouault is LERC actually used in GDAL or is it only used when building the internal copy of libtiff? Since we don't use internal copies of any dependencies, we may be able to remove the+lercvariant. Are there any other dependencies listed at https://gdal.org/build_hints.html that are secretly dependencies of dependencies?