mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
misc: fix onnx upstream reference
Change-Id: Ib857693a75dfa0f91e9deffd2a475ab97e27bd2b
This commit is contained in:
@ -3,7 +3,7 @@ ONNX_VERSION := v1.6.0
|
||||
ONNX_URL := https://github.com/microsoft/onnxruntime.git
|
||||
|
||||
$(TARBALLS)/onnxruntime-$(ONNX_VERSION).tar.xz:
|
||||
$(call download_git,$(ONNX_URL),master,$(ONNX_VERSION),preserve .git)
|
||||
$(call download_git,$(ONNX_URL),$(ONNX_VERSION),$(ONNX_VERSION),preserve .git)
|
||||
|
||||
.sum-onnx: onnxruntime-$(ONNX_VERSION).tar.xz
|
||||
$(warning $@ not implemented)
|
||||
|
Reference in New Issue
Block a user