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] Fix use of Eigen3, remove NuGet executable usage #154

Merged
merged 5 commits into from
Jan 21, 2024

Conversation

luncliff
Copy link
Owner

@luncliff luncliff commented Jan 21, 2024

Changes

  • Remove NuGet usage in portfile.cmake. It is no longer used.
  • Fix header search of Eigen3 in Linux build

References

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": [
                {
                    "name": "onnxruntime",
                    "features": [
                        "training",
                        "xnnpack"
                    ]
                }
            ],
            "baseline": "..."
        }
    ]
}

@luncliff luncliff added the ci: CircleCI CircleCI (CI) configuration changes label Jan 21, 2024
@luncliff luncliff self-assigned this Jan 21, 2024
@luncliff luncliff marked this pull request as draft January 21, 2024 10:42
@luncliff luncliff marked this pull request as ready for review January 21, 2024 12:36
@luncliff luncliff merged commit a3d71eb into main Jan 21, 2024
5 of 17 checks passed
@luncliff luncliff deleted the port/onnxruntime branch January 21, 2024 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: CircleCI CircleCI (CI) configuration changes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant