Skip to content
Snippets Groups Projects

Upgrade gdal version in superbuild

Merged Cédric Traizet requested to merge upgrade_gdal_superbuild into develop
1 unresolved thread

Summary

Upgrade GDAL version in the superbuild to 2.4.1

Rationale

see associated issue.

Implementation Details

We are not calling GDALDestroyDriverManager but GDALDestroy instead. That is why we added a patch in GDAL, so that the OGRCleanupAll calls GDALDestroy too.

Additional notes

The CMake function try_run does not automatically passe the compilation flags. So we need to add it manually, that is why we added a new macro for c compilation (without those flags).

Copyright

The copyright owner is CNES and has signed the ORFEO ToolBox Contributor License Agreement.


Check before merging:

  • All discussions are resolved
  • At least 2 :thumbsup: votes from core developers, no :thumbsdown: vote.
  • The feature branch is (reasonably) up-to-date with the base branch
  • Dashboard is green
  • Copyright owner has signed the ORFEO ToolBox Contributor License Agreement
  • Optionally, run git diff develop... -U0 --no-color | clang-format-diff.py -p1 -i on latest changes and commit
Edited by Antoine Regimbeau

Merge request reports

Pipeline #1777 passed

Pipeline passed for 53e66458 on upgrade_gdal_superbuild

Merged by Cédric TraizetCédric Traizet 5 years ago (Jun 20, 2019 8:07am UTC)

Loading

Pipeline #1836 failed

Pipeline failed for 1ae2296c on develop

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading