Update dlpack to v1.0 (#5212)

pull/5215/head
ruki 3 months ago committed by GitHub
parent e8acd96b86
commit a495469889
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      packages/d/dlpack/xmake.lua

@ -6,6 +6,7 @@ package("dlpack")
add_urls("https://github.com/dmlc/dlpack/archive/refs/tags/$(version).tar.gz",
"https://github.com/dmlc/dlpack.git")
add_versions("v1.0", "f8cfdcb634ff3cf0e3d9a3426e019e1c6469780a3b0020c9bc4ecc09cf9abcb1")
add_versions("v0.8", "cf965c26a5430ba4cc53d61963f288edddcd77443aa4c85ce722aaf1e2f29513")
add_configs("contrib", {description = "Build in progress unstable libraries", default = false, type = "boolean"})

Loading…
Cancel
Save