Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 95304f4e authored by Robert Nelson's avatar Robert Nelson
Browse files

ti-tensorflow-src-8.1 (8.1.0.0)


Signed-off-by: default avatarRobert Nelson <robertcnelson@gmail.com>
parent a03532e3
Branches
No related merge requests found
ti-tensorflow-src-8.1 (8.1.0.0-0~bullseye+20220524) bullseye; urgency=low
* Rebuild for repos.rcn-ee.com
-- Robert Nelson <robertcnelson@gmail.com> Tue, 24 May 2022 08:51:26 -0500
9
Source: ti-tensorflow-src-8.1
Section: misc
Priority: optional
Maintainer: Robert Nelson <robertcnelson@gmail.com>
Build-Depends:
debhelper (>= 9)
, ca-certificates
, git
, unzip
, tree
Standards-Version: 4.5.1
Package: ti-tensorflow-8.1
Architecture: arm64
Depends:
${misc:Depends}
Description: TI tensorflow src
TI tensorflow src /opt/tensorflow
tmp/opt/tensorflow* /opt/tensorflow
#!/usr/bin/make -f
# -*- makefile -*-
# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1
DEB_BUILD_OPTIONS=noautodbgsym
wfile="v1.12.0.tar.gz"
# Disable dh_strip
override_dh_strip:
# Disable dh_strip_nondeterminism
override_dh_strip_nondeterminism:
override_dh_auto_configure:
mkdir -p ./tmp/opt/ ; git clone --single-branch --branch TIDL_PSDK_8.1 --depth 1 https://github.com/TexasInstruments/tensorflow.git ./tmp/opt/tensorflow/ ; mkdir -p ./tmp/opt/tensorflow/lite/tools/make/downloads/flatbuffers ; tar xf ./debian/$(wfile) --strip-components=1 -C ./tmp/opt/tensorflow/lite/tools/make/downloads/flatbuffers
cd ./tmp/opt/tensorflow/ ; find . | grep .git | xargs rm -rf
cd ./tmp/opt/tensorflow/ ; tree
%:
dh $@
#!/bin/bash -e
package_name="ti-tensorflow-src-8.1"
debian_pkg_name="${package_name}"
package_version="8.1.0.0"
package_source=""
src_dir=""
git_repo=""
git_sha=""
reprepro_dir="t/${package_name}"
dl_path="pool/main/${reprepro_dir}/"
debian_version="${package_version}-0"
debian_untar=""
debian_patch=""
debian_dl_1="https://github.com/google/flatbuffers/archive/v1.12.0.tar.gz"
clear_changelog="enable"
bullseye_version="~bullseye+20220524"
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment