summaryrefslogtreecommitdiff
path: root/packaging
diff options
context:
space:
mode:
author이춘석/On-Device Lab(SR)/Staff Engineer/삼성전자 <chunseok.lee@samsung.com>2019-08-06 15:04:23 +0900
committer오형석/On-Device Lab(SR)/Staff Engineer/삼성전자 <hseok82.oh@samsung.com>2019-08-06 15:04:23 +0900
commit85b1dadbfb4160ef68e0ed71351c19403df04b40 (patch)
tree0746768375af71fe1434325a3a36f91f783740c7 /packaging
parent9ad1d16f6ba092cbffec16f56da9b6c6cdc9ec8f (diff)
downloadnnfw-85b1dadbfb4160ef68e0ed71351c19403df04b40.tar.gz
nnfw-85b1dadbfb4160ef68e0ed71351c19403df04b40.tar.bz2
nnfw-85b1dadbfb4160ef68e0ed71351c19403df04b40.zip
Update TFLITE_MINOR_VER to 13 (#6274)
- Tizen has tensorflow lite version 1.13.1 - Update TFLITE_MINOR_VER to 13 in nnfw.spec Signed-off-by: Chunseok Lee <chunseok.lee@samsung.com>
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 4837ac6d4..e7d788fd3 100644
--- a/packaging/nnfw.spec
+++ b/packaging/nnfw.spec
@@ -49,9 +49,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 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=13
%else
-%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
+%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=13
%endif
%prep