From 8fbe67193110aff6f8379236111537324453e837 Mon Sep 17 00:00:00 2001 From: Jianzhong Xu Date: Fri, 31 Jul 2015 16:57:19 -0400 Subject: [PATCH] Updated Debian related infomation. --- debian/changelog | 24 ++++++++++++++++++++++++ debian/control | 3 +++ debian/rules | 13 +++++++++++++ 3 files changed, 40 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3e54bdd..05c5899 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,27 @@ +ti-linalg (01.00.00.02-0ubuntu0~ppa5) trusty; urgency=medium + + * Rebuilding with the latest OpenCL,PDK + + -- TI Keystone PPA Wed, 29 Jul 2015 20:04:37 -0400 + +ti-linalg (01.00.00.02-0ubuntu0~ppa4) trusty; urgency=medium + + * Adding build dependent components to debian + + -- TI Keystone PPA Mon, 20 Jul 2015 18:35:50 -0400 + +ti-linalg (01.00.00.02-0ubuntu0~ppa3) trusty; urgency=medium + + * Update to override debian to build arm+dsp + + -- TI Keystone PPA Mon, 20 Jul 2015 15:55:49 -0400 + +ti-linalg (01.00.00.02-0ubuntu0~ppa2) trusty; urgency=medium + + * Fix to build arm+dsp natively + + -- TI Keystone PPA Sun, 19 Jul 2015 19:35:13 -0400 + ti-linalg (01.00.00.02-0ubuntu0~ppa1) trusty; urgency=medium * Fixed BLIS hanging problem during LAPACK testing. diff --git a/debian/control b/debian/control index 8ecf985..4c7dbbe 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,9 @@ Maintainer: TI Keystone PPA Build-Depends: debhelper (>= 9), ti-opencl (>= 01.01.01.01), ti-cgt-c6x (>= 8.0.0GAv2), + ti-framework-components, + pdk-keystone2, + openmp-dsp, Standards-Version: 3.9.5 Package: ti-linalg diff --git a/debian/rules b/debian/rules index 2d33f6a..6ae4dcd 100644 --- a/debian/rules +++ b/debian/rules @@ -2,3 +2,16 @@ %: dh $@ + +override_dh_auto_build: + make ARMplusDSP + +override_dh_build: + make ARMplusDSP + +override_dh_auto_clean: + make cleanARMplusDSP + +override_dh_clean: + make cleanARMplusDSP + -- 2.26.2