[Build] onnx-runtime from tizen 9.0
authorJaeyun Jung <jy1210.jung@samsung.com>
Thu, 2 May 2024 04:45:39 +0000 (13:45 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Thu, 2 May 2024 05:47:36 +0000 (14:47 +0900)
Update spec to enable ONNX runtime from Tizen 9.0.

Signed-off-by: Jaeyun Jung <jy1210.jung@samsung.com>
packaging/nnstreamer.spec

index 3c5d2e8..4b99e11 100644 (file)
 %define                trix_engine_support 0
 %endif
 
+# Enable a few features from Tizen 9.0 release.
+%if 0%{tizen_version_major} < 9
+%define                onnxruntime_support 0
+%endif
+
 # Disable e-TPU if it's not 64bit system
 %ifnarch aarch64 x86_64
 %define                edgetpu_support 0