From 161d4d25af4f4636eb47cae86407dfb7153f0ad8 Mon Sep 17 00:00:00 2001 From: Sangjung Woo Date: Mon, 19 Nov 2018 10:21:23 +0900 Subject: [PATCH] [Dist/Debian] Only enable tensorflow-dev when building amd64 and arm64 Since tensorflow-dev package is only built for amd64 and arm64 on launchpad.net, nnstreamer for armhf and i386 count not be built. In order to solve this issue, this patch only enables the tensorflow-dev Build-Depends when building amd64 and arm64 architecture. Change-Id: Ie69058450fc1f05424063536b2afd0ecb140757e Signed-off-by: Sangjung Woo --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 8c77d59..a42bc28 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Build-Depends: gcc, cmake, libgstreamer1.0-dev, libgstreamer-plugins-base1.0-dev libgtest-dev, debhelper (>=9), gstreamer1.0-tools, gstreamer1.0-plugins-base, gstreamer1.0-plugins-good, - libpng-dev, tensorflow-lite-dev, tensorflow-dev, libcairo2-dev, libopencv-dev, + libpng-dev, tensorflow-lite-dev, tensorflow-dev [amd64 arm64], libcairo2-dev, libopencv-dev, ssat, python, python-numpy Standards-Version: 3.9.6 Homepage: https://github.com/nnsuite/nnstreamer -- 2.7.4