Bug#809663: Add support for s390x / hppa

2016-08-29 Thread Graham Inggs
Hi Maintainer

This appears to be fixed in version 4.4~20160526 found in Ubuntu [1].

Regards
Graham


[1] https://launchpad.net/ubuntu/+source/tbb/4.4~20160526-0ubuntu1



Bug#809663: Add support for s390x / hppa

2016-05-30 Thread Steven Capper
Thank you Mathieu,
I've incorporated this into: tbb_4.3~20150611-1 as well as some minor
telemetry and build timeout changes.

Cheers,
--
Steve

On 2 January 2016 at 14:13, Mathieu Malaterre  wrote:

> Package: tbb
> Version: 4.3~20150611-0.1
> Tags: patch
>
> Attached is a patch to get s390x and hppa debian package.
>
> Enjoy
>


Bug#809663: Add support for s390x / hppa

2016-05-15 Thread Logan Rosen
Hi,

On Sat, 2 Jan 2016 15:13:00 +0100 Mathieu Malaterre  wrote:
> Attached is a patch to get s390x and hppa debian package.

I applied this patch in Ubuntu [1], but, as you can see from the link,
it still failed to build on s390x due to a malloc-related test
failure. Any ideas on how this can be remedied?

Thanks,
Logan

[1] https://launchpad.net/ubuntu/+source/tbb/4.4~20151115-0ubuntu5



Bug#809663: Add support for s390x / hppa

2016-01-02 Thread Mathieu Malaterre
Package: tbb
Version: 4.3~20150611-0.1
Tags: patch

Attached is a patch to get s390x and hppa debian package.

Enjoy
Description: Tweak 64 bits detection
Author: Mathieu Malaterre 

--- tbb-4.3~20150611.orig/build/linux.inc
+++ tbb-4.3~20150611/build/linux.inc
@@ -119,6 +119,12 @@ endif
 ifeq ($(arch),sparc64)
 def_prefix = lin64
 endif
+ifeq ($(arch),s390x)
+def_prefix = lin64
+endif
+ifeq ($(arch),hppa)
+def_prefix = lin64
+endif
 ifeq ($(arch),armv7)
 def_prefix = lin32
 endif