aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJianzhong Xu2015-07-31 15:57:19 -0500
committerJianzhong Xu2015-07-31 15:57:19 -0500
commit8fbe67193110aff6f8379236111537324453e837 (patch)
treeab025659725771639e09245d644b21c9004e4fe5
parent80ea07a2202eb77869e0c29b73eea00a4517493c (diff)
downloadlinalg-8fbe67193110aff6f8379236111537324453e837.tar.gz
linalg-8fbe67193110aff6f8379236111537324453e837.tar.xz
linalg-8fbe67193110aff6f8379236111537324453e837.zip
Updated Debian related infomation.DEV.LINALG.01.00.00.03
-rw-r--r--debian/changelog24
-rw-r--r--debian/control3
-rw-r--r--debian/rules13
3 files changed, 40 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 3e54bdd..05c5899 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,27 @@
1ti-linalg (01.00.00.02-0ubuntu0~ppa5) trusty; urgency=medium
2
3 * Rebuilding with the latest OpenCL,PDK
4
5 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com> Wed, 29 Jul 2015 20:04:37 -0400
6
7ti-linalg (01.00.00.02-0ubuntu0~ppa4) trusty; urgency=medium
8
9 * Adding build dependent components to debian
10
11 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com> Mon, 20 Jul 2015 18:35:50 -0400
12
13ti-linalg (01.00.00.02-0ubuntu0~ppa3) trusty; urgency=medium
14
15 * Update to override debian to build arm+dsp
16
17 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com> Mon, 20 Jul 2015 15:55:49 -0400
18
19ti-linalg (01.00.00.02-0ubuntu0~ppa2) trusty; urgency=medium
20
21 * Fix to build arm+dsp natively
22
23 -- TI Keystone PPA <ti-keystone-ppa@list.ti.com> Sun, 19 Jul 2015 19:35:13 -0400
24
1ti-linalg (01.00.00.02-0ubuntu0~ppa1) trusty; urgency=medium 25ti-linalg (01.00.00.02-0ubuntu0~ppa1) trusty; urgency=medium
2 26
3 * Fixed BLIS hanging problem during LAPACK testing. 27 * 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 <ti-keystone-ppa@list.ti.com>
5Build-Depends: debhelper (>= 9), 5Build-Depends: debhelper (>= 9),
6 ti-opencl (>= 01.01.01.01), 6 ti-opencl (>= 01.01.01.01),
7 ti-cgt-c6x (>= 8.0.0GAv2), 7 ti-cgt-c6x (>= 8.0.0GAv2),
8 ti-framework-components,
9 pdk-keystone2,
10 openmp-dsp,
8Standards-Version: 3.9.5 11Standards-Version: 3.9.5
9 12
10Package: ti-linalg 13Package: ti-linalg
diff --git a/debian/rules b/debian/rules
index 2d33f6a..6ae4dcd 100644
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,16 @@
2 2
3%: 3%:
4 dh $@ 4 dh $@
5
6override_dh_auto_build:
7 make ARMplusDSP
8
9override_dh_build:
10 make ARMplusDSP
11
12override_dh_auto_clean:
13 make cleanARMplusDSP
14
15override_dh_clean:
16 make cleanARMplusDSP
17