-
Notifications
You must be signed in to change notification settings - Fork 7.1k
[gdal] Update to 3.1.3 #13449
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
Merged
Merged
[gdal] Update to 3.1.3 #13449
Conversation
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
Needs to merge #10408 first(requires libgeotiff 1.6.0). |
cc @Neumann-A for review this PR. |
Neumann-A
reviewed
Oct 15, 2020
Neumann-A
reviewed
Oct 15, 2020
Neumann-A
reviewed
Oct 15, 2020
Neumann-A
reviewed
Oct 15, 2020
# Conflicts: # scripts/cmake/vcpkg_build_make.cmake
@strega-nil @BillyONeal Anything else? |
strega-nil
approved these changes
Nov 12, 2020
07b5f80
to
5c955dd
Compare
5c955dd
to
209b3d9
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@strega-nil Can we merge this PR now? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
category:port-feature
The issue is with a library, which is requesting new capabilities that didn’t exist
category:port-update
The issue is with a library, which is requesting update new revision
category:tool-update
The issue is with build tool or build script, which requires update or should be executed correctly
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.
This PR is partially inherited from #9100, will make the following changes:
INSTALL_COMMAND
tovcpkg_build_nmake
andvcpkg_install_nmake
MAKEFILE
tovcpkg_build_make
execute_process
tovcpkg_install_nmake
on Windows.execute_process
tovcpkg_configure_make
/vcpkg_install_make
on *inx.Note: Because part of the dependencies in *inx has a missing relationship on the master, this PR does not deal with this and will be dealt with in other PRs.
Fixes #11905 #8664.