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

[onnx] Update to 1.17.0 and fix openvino dependency error #42942

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

JonLiu1993
Copy link
Member

@JonLiu1993 JonLiu1993 commented Dec 26, 2024

Fixes #42931
Update port onnx to the latest version 1.17.0.

Tested uage successfully by onnx:x64-windows

Fix error:

C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\MSVC\14.41.34120\include\string_view(12): warning STL4038: The contents of <string_view> are available only with C++17 or later.
F:\Feature-test\vcpkg\installed\x64-windows-static\include\onnx/defs/schema.h(1141): error C2039: 'string_view': is not a member of 'std'
F:\Feature-test\vcpkg\installed\x64-windows-static\include\absl/types/variant.h(804): note: see declaration of 'std'
  • Changes comply with the maintainer guide.
  • SHA512s are updated for each updated download.
  • The "supports" clause reflects platforms that may be fixed by this new version.
  • Any fixed CI baseline entries are removed from that file.
  • Any patches that are no longer applied are deleted from the port's directory.
  • The version database is fixed by rerunning ./vcpkg x-add-version --all and committing the result.
  • Only one version is added to each modified port's versions file.

@JonLiu1993 JonLiu1993 added info:internal This PR or Issue was filed by the vcpkg team. category:port-update The issue is with a library, which is requesting update new revision labels Dec 26, 2024
@JonLiu1993 JonLiu1993 added the category:port-bug The issue is with a library, which is something the port should already support label Dec 27, 2024
@JonLiu1993 JonLiu1993 changed the title [onnx] update to 1.17.0 [onnx] Update to 1.17.0 and fix openvino dependency error Dec 27, 2024
@JonLiu1993 JonLiu1993 marked this pull request as ready for review December 27, 2024 08:54
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 category:port-update The issue is with a library, which is requesting update new revision info:internal This PR or Issue was filed by the vcpkg team.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[onnx] update to 1.17.0
2 participants