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

[gdal] Fix absolute paths in wrapper #22698

Merged
merged 2 commits into from
Jan 26, 2022
Merged

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Jan 22, 2022

  • What does your PR fix?

    Fixes [gdal] absolute file paths in vcpkg-cmake-wrapper.cmake #22693. Introduced by the last update.
    Also removes somes frequent patterns resulting from using pkgconfig data.
    @mathisloge Please test.

  • Which triplets are supported/not supported? Have you updated the CI baseline?

    all, no
    Tested locally with gdal[core,libspatialite]:x64-linux, manually inspecting the wrapper.

  • Does your PR follow the maintainer guide?

    yes

  • If you have added/updated a port: Have you run ./vcpkg x-add-version --all and committed the result?

    yes

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You have modified or added at least one vcpkg.json where a "license" field is missing.
If you feel able to do so, please consider adding a "license" field to the following files:

  • ports/gdal/vcpkg.json

Valid values for the license field are listed at https://spdx.org/licenses/

@mathisloge
Copy link
Contributor

CIs are running one after another to test binary caching across machines.
locally the wrapper.cmake seems good.

I really appreciate the fast work from you. Thanks!

Copy link
Contributor

@mathisloge mathisloge left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fixed also on CI systems.

@JackBoosY JackBoosY added the category:port-bug The issue is with a library, which is something the port should already support label Jan 24, 2022
@JackBoosY JackBoosY added the info:reviewed Pull Request changes follow basic guidelines label Jan 24, 2022
@ras0219-msft ras0219-msft merged commit 7be2c9d into microsoft:master Jan 26, 2022
@ras0219-msft
Copy link
Contributor

LGTM, thanks for the fix!

@dg0yt dg0yt deleted the gdal-paths branch February 8, 2022 18:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:port-bug The issue is with a library, which is something the port should already support info:reviewed Pull Request changes follow basic guidelines
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[gdal] absolute file paths in vcpkg-cmake-wrapper.cmake
4 participants