~nnstreamer/tensorflow/+git/trunk:sandbox/jijoong/tensorflow_deb

Last commit made on 2018-08-09
Get this branch:
git clone -b sandbox/jijoong/tensorflow_deb https://git.launchpad.net/~nnstreamer/tensorflow/+git/trunk

Branch merges

Branch information

Name:
sandbox/jijoong/tensorflow_deb
Repository:
lp:~nnstreamer/tensorflow/+git/trunk

Recent commits

bc1dc7c... by Jijoong Moon

Add tensorflow debian packaging

Add tensorflow debian packaging

**Changes proposed in this PR:**
- Add debian/tensorflow-dev.install
- Modify debian/tensorflow-lite-dev.install
- Add patch file for tensorflow build
- Modify debian/rules & debian/control for tensorflow

Signed-off-by: jijoong.moon <email address hidden>

f3049d2... by Semun Lee <email address hidden>

Update to v1.9.0

Signed-off-by: Semun Lee <email address hidden>

b023e70... by Sangjung Woo

spec: Remove unnecessary BuildRequires section

In order to build this package on tizen.org infra, this patch removes
the unnecessary BuildRequires sections, which are added for internal
test.

Change-Id: Ic8b219c9f8e6910a1876b787b6abe9c0c4247357
Signed-off-by: Sangjung woo <email address hidden>

98ccc69... by Sangjung Woo

deb: fix a buildbreak on OBS

This patch newly adds the zlib1g-dev build dependency to fix a
buildbreak on OBS when making debian package. Moreover, this sets
the version as 1.9.0 instead of 1.4.0.

Change-Id: I8f92bb31a8efe5401cd485beea7ab722932b9073
Signed-off-by: Sangjung woo <email address hidden>

9eb0618... by Sangjung Woo

packaging: Enable tensorflow & python lauguage binding

* modify spec & related thing to fully build the tensorflow & lite
  package
* add pre-downloaded modules to support gbs build
* set CMAKE_INSTALL_LIBDIR:PATH option to build png module using cmake
* include python language binding

Change-Id: Ibf258e729555fc27f1f586a3c69e0713073bf29e
Signed-off-by: Sangjung woo <email address hidden>

9dff4b2... by Sangjung Woo

deb: Enable tensorflow-lite-dev for Ubuntu support

This patch enables the tensorflow-lite-dev debian package for Ubuntu
support.

Change-Id: Ibdca537308e0736ab950d91b46cd408fcee09f04
Signed-off-by: Sangjung woo <email address hidden>

9fe5c50... by Semun Lee <email address hidden>

Add missing headers to the devel package

Change-Id: Ib0803a37ed6d443549cf651dc4ef697ca6b8b2de
Signed-off-by: Semun Lee <email address hidden>

7d5fa5a... by Peterlee

fix missing header in aarch64 Nvidia Jetson (#20025)

a1d88e3... by Semun Lee <email address hidden>

Rebase to v1.9.0-rc1

Change-Id: Ic7bf56f2c8f16e8c11ef308ab47fc96db8179059
Signed-off-by: Semun Lee <email address hidden>

0961669... by Geunsik Lim <email address hidden>

Disable generating dummy package (e.g., tensorflow.rpm)

Currently, it is a dummy package. So, let's append tensorflow rpm package
when we completely prepare required so files.

**Changes proposed in this PR:**
1. disabled the %files section because tensorflow package is empty

**Self assessment:**
1. GBS Build: Passed

**After this PR:**
leemgs@tensorflow$ ls -al /home/invain/GBS-ROOT-4.0/local/repos/tizen/armv7l/RPMS
Total 404
drwxrwxr-x 2 invain invain 4096 5월 9 12:04 .
drwxrwxr-x 6 invain invain 4096 5월 9 12:04 ..
-rw-rw-r-- 2 invain invain 2060 5월 9 12:04 tensorflow-debugsource-v1.7.0-1.armv7l.rpm
-rw-rw-r-- 2 invain invain 400368 5월 9 12:04 tensorflow-lite-devel-dev_preview-1.armv7l.rpm

Change-Id: I528822ffd6e19a6365b54e476d9f159a0311dda2
Signed-off-by: Geunsik Lim <email address hidden>