summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
author오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-04-23 16:09:14 +0900
committerGitHub Enterprise <noreply-CODE@samsung.com>2019-04-23 16:09:14 +0900
commit0b3ce387e1acfbd0ffe40c58391265d00b4c6cd0 (patch)
treed290804a8280e5df1276988c0b49470388dc3188 /packaging
parent0b3dc5b948e2148ba1df372a6bc03814c1c94102 (diff)
downloadnnfw-0b3ce387e1acfbd0ffe40c58391265d00b4c6cd0.tar.gz
nnfw-0b3ce387e1acfbd0ffe40c58391265d00b4c6cd0.tar.bz2
nnfw-0b3ce387e1acfbd0ffe40c58391265d00b4c6cd0.zip
Change default runtime to neurun (#5042)
* Change default runtime to neurun Change default runtime: pacl -> neurun Signed-off-by: Hyeongseok Oh <hseok82.oh@samsung.com> * Enable loggin runtime default
Diffstat (limited to 'packaging')
-rw-r--r--packaging/nnfw.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/nnfw.spec b/packaging/nnfw.spec
index f1670f333..6508d7907 100644
--- a/packaging/nnfw.spec
+++ b/packaging/nnfw.spec
@@ -48,9 +48,9 @@ NNFW test rpm. It does not depends on nnfw rpm since it contains nnfw runtime.
%{!?coverage_build: %define coverage_build 0}
%if %{coverage_build} == 1
-%define build_options OPTIONS='-DBUILD_NEURUN=on -DBUILD_PURE_ARM_COMPUTE=off' COVERAGE_BUILD=1 OBS_BUILD=1 BUILD_TYPE=Debug TARGET_ARCH=%{target_arch} TARGET_OS=tizen TFLITE_MAJOR_VER=1 TFLITE_MINOR_VER=9
+%define build_options COVERAGE_BUILD=1 OBS_BUILD=1 BUILD_TYPE=Debug TARGET_ARCH=%{target_arch} TARGET_OS=tizen TFLITE_MAJOR_VER=1 TFLITE_MINOR_VER=9
%else
-%define build_options OPTIONS='-DBUILD_NEURUN=on -DBUILD_PURE_ARM_COMPUTE=off' OBS_BUILD=1 BUILD_TYPE=%{build_type} INSTALL_PATH=%{buildroot}%{_prefix} TARGET_ARCH=%{target_arch} TARGET_OS=tizen TFLITE_MAJOR_VER=1 TFLITE_MINOR_VER=9
+%define build_options OBS_BUILD=1 BUILD_TYPE=%{build_type} INSTALL_PATH=%{buildroot}%{_prefix} TARGET_ARCH=%{target_arch} TARGET_OS=tizen TFLITE_MAJOR_VER=1 TFLITE_MINOR_VER=9
%endif
%prep