Skip to content

Commit

Permalink
[onnx] Update to v1.16.2 (#226)
Browse files Browse the repository at this point in the history
* [onnx] update to 1.16.2

* [onnx] update baseline
  • Loading branch information
luncliff authored Aug 7, 2024
1 parent d11ae2b commit e8bc8c4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ports/onnx/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO onnx/onnx
REF v1.16.1
SHA512 0ae1b36563ddeaa9947bf452eb20b83174e4c2bc4696b61768f096c401666323343fac0f699f756da99d3c29df15a0bd78fe3fa51da15f133617d7310c5b28d4
REF v1.16.2
SHA512 7a9a8493b9c007429629484156487395044506f34e72253640e626351cb623b390750b36af78a290786131e3dcac35f4eb269e8693b594b7ce7cb105bcf9318d
PATCHES
fix-cmake.patch
support-test.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/onnx/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onnx",
"version-semver": "1.16.1",
"version-semver": "1.16.2",
"description": "Open standard for machine learning interoperability",
"homepage": "https://onnx.ai",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@
"port-version": 0
},
"onnx": {
"baseline": "1.16.1",
"baseline": "1.16.2",
"port-version": 0
},
"onnxruntime": {
Expand Down
5 changes: 5 additions & 0 deletions versions/o-/onnx.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "39cd4efb2f7e3c014a8a8657aa266bf9d10f7a89",
"version-semver": "1.16.2",
"port-version": 0
},
{
"git-tree": "d248e60e662d69653111b414ce11362620272fba",
"version-semver": "1.16.1",
Expand Down

0 comments on commit e8bc8c4

Please sign in to comment.