Auto-update onnx to v1.16.1 (#4226)

* Update onnx to v1.16.1

* Update xmake.lua

---------

Co-authored-by: star9029 <hengxings783@gmail.com>
pull/4232/head
ruki 6 months ago committed by GitHub
parent f7b851b181
commit b0a383831b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      packages/o/onnx/xmake.lua

@ -6,12 +6,13 @@ package("onnx")
add_urls("https://github.com/onnx/onnx/archive/refs/tags/$(version).tar.gz",
"https://github.com/onnx/onnx.git")
add_versions("v1.16.1", "0e6aa2c0a59bb2d90858ad0040ea1807117cc2f05b97702170f18e6cd6b66fb3")
add_versions("v1.16.0", "0ce153e26ce2c00afca01c331a447d86fbf21b166b640551fe04258b4acfc6a4")
add_versions("v1.15.0", "c757132e018dd0dd171499ef74fca88b74c5430a20781ec53da19eb7f937ef68")
add_versions("v1.11.0", "a20f2d9df805b16ac75ab4da0a230d3d1c304127d719e5c66a4e6df514e7f6c0")
add_versions("v1.12.0", "052ad3d5dad358a33606e0fc89483f8150bb0655c99b12a43aa58b5b7f0cc507")
add_patches("1.16.0", "patches/1.16.0/cmake-abseil.patch", "d8cad2b231ce01aa3263692f88293be3eaa2b380e021eb5288f4c7ea930c19cb")
add_patches(">=1.16.0", "patches/1.16.0/cmake-abseil.patch", "d8cad2b231ce01aa3263692f88293be3eaa2b380e021eb5288f4c7ea930c19cb")
add_configs("exceptions", {description = "Enable exception handling", default = true, type = "boolean"})
add_configs("registration", {description = "Enable static registration for onnx operator schemas.", default = true, type = "boolean"})

Loading…
Cancel
Save