[Dist/Debian] Use libtbb-devel (custom) instead of libtbb-dev (official) 03/250603/3
authorWook Song <wook16.song@samsung.com>
Mon, 21 Dec 2020 04:20:55 +0000 (13:20 +0900)
committerWook Song <wook16.song@samsung.com>
Mon, 4 Jan 2021 02:11:11 +0000 (11:11 +0900)
This version of InferenceEngine requires a specific version of the Intel
Threading Building Block Library, which is 2019~U9, so that building for
Focal (and the later ones) which officially provide the recent version of
libtbb is failed on the NNStreamer Launchpad. For this reason, this
patch revises the Build-Depends field in the control file to use libtbb-devel
(the custom package published via the NNStreamer LaunchPad) instead of
libtbb-dev (the official one).

Change-Id: I98eb074df93d5b4f7f7f3524684e43673b13013a
Signed-off-by: Wook Song <wook16.song@samsung.com>
debian/changelog
debian/control

index 18d7801..97727b5 100644 (file)
@@ -1,3 +1,15 @@
+openvino (2019R3-5) unstable; urgency=low
+
+  * This version of InferenceEngine requires a specific version of the Intel
+    Threading Building Block Library, which is 2019~U9, so that building for
+    Focal (and the later ones) which officially provide the recent version of
+    libtbb is failed on the NNStreamer Launchpad. For this reason, the
+    Build-Depends field in the control file is revised to use libtbb-devel
+    (the custom package published via the NNStreamer LaunchPad) instead of
+    libtbb-dev (the official one).
+
+ -- Wook Song <wook16.song@samsung.com>  Thu, 9 Jul 2020 15:51:11 +0900
+
 openvino (2019R3-4) unstable; urgency=low
 
   * Control file is modified to specify a range of versions for libtbb2
index 1695ec1..dde9443 100644 (file)
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9.0.0), quilt,
  cmake, pkg-config,
  gcc-9 | gcc-8 | gcc-7 | gcc-6 | gcc-5,
  g++-9 | g++-8 | g++-7 | g++-6 | g++-5,
- libtbb-dev (>>2019~U8), libtbb-dev (<<2020), libusb-1.0-0-dev
+ libtbb-devel, libusb-1.0-0-dev
 Standards-Version: 4.1.4
 Vcs-Git: git://git.tizen.org/platform/upstream/dldt
 Vcs-Browser: https://git.tizen.org/cgit/platform/upstream/dldt
@@ -16,8 +16,7 @@ Section: libs
 Priority: optional
 Architecture: any
 Multi-Arch: same
-Depends: ${shlibs:Depends}, ${misc:Depends},
- libtbb2 (>>2019~U8), libtbb2 (<<2020)
+Depends: ${shlibs:Depends}, ${misc:Depends}
 Recommends: openvino-cpu-mkldnn [amd64], ncs2-firmware
 Description: OpenVINO™ Toolkit - Deep Learning Deployment Toolkit
  OpenVINO™ toolkit, short for Open Visual Inference and Neural network