Skip to content
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

[request] gdal/3.8.3 #26287

Open
rickyjames35 opened this issue Jan 2, 2025 · 1 comment
Open

[request] gdal/3.8.3 #26287

rickyjames35 opened this issue Jan 2, 2025 · 1 comment

Comments

@rickyjames35
Copy link

Would like to have the recipe updated to support a couple extra CMake variables documented here https://gdal.org/en/stable/development/building_from_source.html
I'm most interested in just being able to set GDAL_BUILD_OPTIONAL_DRIVERS and OGR_BUILD_OPTIONAL_DRIVERS as an option in the GDAL recipe. For bonus points it would be good to allow options to specifically enable specified drivers as well.

For a minimal build, add these options to the initial cmake command: -DGDAL_BUILD_OPTIONAL_DRIVERS=OFF -DOGR_BUILD_OPTIONAL_DRIVERS=OFF. To enable specific drivers, add -DGDAL_ENABLE_DRIVER_<driver_name>=ON or -DOGR_ENABLE_DRIVER_<driver_name>=ON. See Selection of drivers for more details.

Note: There are a lot of drivers which would mean needing to add a lot of options to the recipe.

@rickyjames35
Copy link
Author

Related question: conan-io/conan#17541

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant