Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/o/onnx/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ package("onnx")
add_urls("https://github.com/onnx/onnx/archive/refs/tags/$(version).tar.gz",
"https://github.com/onnx/onnx.git", {submodules = false})

add_versions("v1.20.0", "e9e9273cd39d460348aa3e2eb370a444b510e138c5f45dfa86ce50461901257b")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

This change introduces v1.20.0, which falls under the version constraint '>=1.18.0' for the patch on line 19. It is likely that the patch from patches/1.18.0/cmake-abseil.patch is no longer needed for v1.20.0, as such fixes are often incorporated in newer upstream releases. Applying an obsolete patch can cause build failures. To prevent this, consider narrowing the patch's version constraint to only the versions for which it is known to be required, for instance '>=1.18.0, <1.20.0'.

add_versions("v1.18.0", "b466af96fd8d9f485d1bb14f9bbdd2dfb8421bc5544583f014088fb941a1d21e")
add_versions("v1.17.0", "8d5e983c36037003615e5a02d36b18fc286541bf52de1a78f6cf9f32005a820e")
add_versions("v1.16.2", "84fc1c3d6133417f8a13af6643ed50983c91dacde5ffba16cc8bb39b22c2acbb")
Expand Down
Loading