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

[onnxruntime] Update to v1.17.3 #192

Merged
merged 11 commits into from
May 11, 2024
Merged

[onnxruntime] Update to v1.17.3 #192

merged 11 commits into from
May 11, 2024

Conversation

luncliff
Copy link
Owner

Changes

  • Use vcpkg_check_linkage(ONLY_DYNAMIC_LIBRARY) always
    • iOS may not work with the configuration
    • Static build will be supported later
  • Fix install location of the .framework files

References

Previous Works

Triplet Support

  • x64-windows
  • x64-linux
  • x64-osx

Configuration

"vcpkg-configuration.json" changes for the release.

{
    "registries": [
        {
            "kind": "git",
            "repository": "https://github.com/luncliff/vcpkg-registry",
            "packages": [
                "onnxruntime"
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff self-assigned this Apr 23, 2024
@luncliff luncliff changed the base branch from main to port/xnnpack May 11, 2024 15:16
@luncliff luncliff marked this pull request as ready for review May 11, 2024 15:18
@luncliff luncliff merged commit b117951 into port/xnnpack May 11, 2024
17 of 22 checks passed
@luncliff luncliff deleted the port/onnxruntime branch May 12, 2024 05:21
luncliff added a commit that referenced this pull request May 12, 2024
* [xnnpack] update to 2024-05-06
* [onnxruntime] Update to v1.17.3 (#192)
* [tensorflow-lite] Update to 2.16.1 (#196)
* [onnxruntime] Fix more CI failures (#197)
* update baseline
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant