[Spec] Disable onnxruntime option sandbox/sangjung/tizen_7_backport accepted/tizen/7.0/unified/20240426.015350 accepted/tizen/8.0/unified/20240424.115826
authorSangjung Woo <sangjung.woo@samsung.com>
Fri, 19 Apr 2024 07:35:32 +0000 (16:35 +0900)
committerSangjung Woo <sangjung.woo@samsung.com>
Fri, 19 Apr 2024 07:35:32 +0000 (16:35 +0900)
Since Tizen 7.0 does not have the Onnx Runtime so onnxruntime_support
option is disabled.

Signed-off-by: Sangjung Woo <sangjung.woo@samsung.com>
packaging/nnstreamer.spec

index 4e70186..f162c51 100644 (file)
@@ -36,7 +36,8 @@
 %define                tvm_support 1
 %define                snpe_support 1
 %define                trix_engine_support 1
-%define                onnxruntime_support 1
+# Since Tizen 7.0 does not have the Onnx Runtime so this option is disabled.
+%define                onnxruntime_support 0
 # Support AI offloading (tensor_query) using nnstreamer-edge interface
 %define                nnstreamer_edge_support 1
 %define                datarepo_support 1