Skip to content

Commit 169917b

Browse files
authored
Use latest vcpkg commit in configuration, sync manifest with deps.txt (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
1 parent a9d4d08 commit 169917b

File tree

6 files changed

+4
-210
lines changed

6 files changed

+4
-210
lines changed

cmake/vcpkg-configuration.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"default-registry": {
33
"kind": "git",
44
"repository": "https://github.com/Microsoft/vcpkg",
5-
"baseline": "93570a28ecdf49d3d9676cec8aa0cc72935d43db"
5+
"baseline": "d504de05dcd7b55df34976be1c824324ec6bca2b"
66
},
77
"registries": []
88
}

cmake/vcpkg-ports/onnx/fix-cmakelists.patch

Lines changed: 0 additions & 67 deletions
This file was deleted.

cmake/vcpkg-ports/onnx/fix-dependency-protobuf.patch

Lines changed: 0 additions & 28 deletions
This file was deleted.

cmake/vcpkg-ports/onnx/portfile.cmake

Lines changed: 0 additions & 83 deletions
This file was deleted.

cmake/vcpkg-ports/onnx/vcpkg.json

Lines changed: 0 additions & 23 deletions
This file was deleted.

cmake/vcpkg.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
33
"name": "onnxruntime",
4-
"version-date": "2024-09-10",
4+
"version-date": "2025-01-31",
55
"description": "ONNX Runtime: cross-platform, high performance ML inferencing and training accelerator",
66
"homepage": "https://onnxruntime.ai/",
77
"license": "MIT",
@@ -30,14 +30,9 @@
3030
},
3131
"ms-gsl",
3232
"nlohmann-json",
33-
{
34-
"name": "nsync",
35-
"platform": "!windows",
36-
"version>=": "1.26.0"
37-
},
3833
{
3934
"name": "onnx",
40-
"version>=": "1.16.2"
35+
"version>=": "1.17.0"
4136
},
4237
"optional-lite",
4338
{
@@ -82,7 +77,7 @@
8277
},
8378
{
8479
"name": "flatbuffers",
85-
"version": "23.5.26"
80+
"version": "23.5.26#1"
8681
}
8782
]
8883
}

0 commit comments

Comments
 (0)