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

[vcpkg baseline][openvino] Don't pick OpenCV; cleanup #42017

Merged
merged 2 commits into from
Nov 11, 2024

Conversation

dg0yt
Copy link
Contributor

@dg0yt dg0yt commented Nov 7, 2024

Fixes installation order bug.

@jimwang118 jimwang118 added the category:code-cleanup This PR cleans up code, without fixing any existing bugs nor adding any features. label Nov 7, 2024
@dg0yt dg0yt mentioned this pull request Nov 7, 2024
7 tasks
@dg0yt
Copy link
Contributor Author

dg0yt commented Nov 7, 2024

Port bug, not just cleanup. And not an insignificant bug: blocking other PRs now.

@dg0yt dg0yt changed the title [openvino] Don't pick OpenCV; cleanup [vcpkg baseline][openvino] Don't pick OpenCV; cleanup Nov 7, 2024
@jimwang118 jimwang118 added category:port-bug The issue is with a library, which is something the port should already support and removed category:code-cleanup This PR cleans up code, without fixing any existing bugs nor adding any features. labels Nov 8, 2024
@jimwang118
Copy link
Contributor

All feature test passed with x64-windows triplet.

@jimwang118 jimwang118 added info:reviewed Pull Request changes follow basic guidelines category:code-cleanup This PR cleans up code, without fixing any existing bugs nor adding any features. category:port-bug The issue is with a library, which is something the port should already support and removed category:port-bug The issue is with a library, which is something the port should already support labels Nov 8, 2024
"-DENABLE_PYTHON=OFF"
"-DCPACK_GENERATOR=VCPKG"
"-DENABLE_JS=OFF"
"-DPKG_CONFIG_EXECUTABLE=${PKGCONFIG}"

Choose a reason for hiding this comment

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

Copy link
Contributor Author

@dg0yt dg0yt Nov 11, 2024

Choose a reason for hiding this comment

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

This PR is a minimal fix for current regression.
EDIT: Okay, it also includes a cleanup. But I won't delay the merge by new changes.

(wget in CMake, seriously? 🤦)

@@ -118,21 +119,25 @@ if(CMAKE_HOST_WIN32)
list(APPEND FEATURE_OPTIONS "-DENABLE_API_VALIDATOR=OFF")
endif()

vcpkg_find_acquire_program(PKGCONFIG)

Choose a reason for hiding this comment

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

is it possible to disable some pkg-config modules search like it's done for cmake ones?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

No.

@vicroms vicroms merged commit d17cb8a into microsoft:master Nov 11, 2024
16 checks passed
@dg0yt dg0yt deleted the openvino branch November 11, 2024 08:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category:code-cleanup This PR cleans up code, without fixing any existing bugs nor adding any features. 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.

4 participants