Enable all families in the ecosystem libmeos with -DALL=ON#36
Merged
estebanzimanyi merged 1 commit intoJul 9, 2026
Merged
Conversation
The Phase-0 build enumerated the family flags one by one. -DALL=ON is the standard MobilityDB mechanism to enable every optional family at once, so it also covers the families the enumeration omitted (POINTCLOUD, ARROW) and any family added later, with no list to maintain. Each family still pulls its own dependency (RASTER pulls GDAL, H3 pulls libh3, POINTCLOUD pulls pgpointcloud) exactly as before.
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.
The Phase-0 build in
tools/ecosystem-generate.shenumerated the family flags one by one.-DALL=ONis the standard MobilityDB mechanism to enable every optional family at once, so it also covers the families the enumeration omitted (POINTCLOUD, ARROW) and any family added later, with no list to maintain.Each family still pulls its own dependency exactly as before — RASTER pulls GDAL, H3 pulls libh3, POINTCLOUD pulls pgpointcloud.
Verified on the current master pin:
-DMEOS=ON -DALL=ONconfigures and builds a libmeos that exports the raster (raquet_read, …), pointcloud and arrow symbols and listslibgdal.so.34+libh3.so.1in itsNEEDEDentries.