[AITT] Remove AITT build dependency
authorgichan <gichan2.jang@samsung.com>
Fri, 14 Oct 2022 04:36:28 +0000 (13:36 +0900)
committerjaeyun-jung <39614140+jaeyun-jung@users.noreply.github.com>
Mon, 17 Oct 2022 04:12:27 +0000 (13:12 +0900)
Remove build dependency of AITT.
Check whether the AITT lib is installed or not at run-time for AITT test.

Signed-off-by: gichan <gichan2.jang@samsung.com>
meson.build
meson_options.txt
packaging/nnstreamer.spec

index 12777e6..3c966f4 100644 (file)
@@ -426,10 +426,6 @@ features = {
   'mxnet-support': {
     'extra_deps': [ mxnet_dep ],
     'project_args': { 'ENABLE_MXNET' : 1 }
-  },
-  'aitt-support': {
-    'target': 'aitt',
-    'project_args': { 'ENABLE_AITT' : 1 }
   }
 }
 
index c728c5a..b114ed2 100644 (file)
@@ -25,7 +25,6 @@ option('tvm-support', type: 'feature', value: 'auto')
 option('trix-engine-support', type: 'feature', value: 'auto')
 option('nnstreamer-edge-support', type: 'feature', value: 'auto')
 option('mxnet-support', type: 'feature', value: 'auto')
-option('aitt-support', type: 'feature', value: 'auto')
 
 # booleans & other options
 option('enable-test', type: 'boolean', value: true)
index ec1fd25..d6f983f 100644 (file)
@@ -35,7 +35,6 @@
 %define                tvm_support 1
 %define                snpe_support 1
 %define                trix_engine_support 1
-%define                aitt_support 1
 # Support AI offloading (tensor_query) using nnstreamer-edge interface
 %define                nnstreamer_edge_support 1
 
 %define                snpe_support 0
 %define                trix_engine_support 0
 %define                nnstreamer_edge_support 0
-%define                aitt_support 0
 %endif
 
 # DA requested to remove unnecessary module builds
 %define                mqtt_support 0
 %define                tvm_support 0
 %define                trix_engine_support 0
-%define                aitt_support 0
 %endif
 
 # Release unit test suite as a subpackage only if check_test is enabled.
@@ -232,9 +229,6 @@ BuildConflicts: libarmcl-release
 %if 0%{?edgetpu_support}
 BuildRequires: pkgconfig(edgetpu)
 %endif
-%if 0%{?aitt_support}
-BuildRequires:  aitt-devel
-%endif
 
 %if 0%{?testcoverage}
 # to be compatible with gcc-9, lcov should have a higher version than 1.14.1