Package: tbb Version: 4.2~20140122-1 Severity: normal Tags: patch User: debian-...@lists.debian.org Usertag: arm64
Currently tbb is configured to not even attempt to build on arm64. This noddy patch enables arm64 builds, which work fine (and the tests pass). It will be uploaded to debian-ports shortly and appear in ftp://ftp.debian-ports.org/debian/pool-arm64/main/ (in case you want to check it out). Including this fix in debian proper will help the arm64 port. -- System Information: Debian Release: 7.5 APT prefers stable APT policy: (990, 'stable') Architecture: i386 (i686) Kernel: Linux 3.2.0-kvm-i386-20110111 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash
diff -Nru tbb-4.2~20140122/debian/changelog tbb-4.2~20140122/debian/changelog --- tbb-4.2~20140122/debian/changelog 2014-04-07 13:51:04.000000000 +0000 +++ tbb-4.2~20140122/debian/changelog 2014-05-17 21:20:03.000000000 +0000 @@ -1,3 +1,10 @@ +tbb (4.2~20140122-1+arm64) unreleased; urgency=low + + * Non-maintainer upload. + * Enable builds for arm64 + + -- Wookey <wookey@wo...@debian.org> Sat, 17 May 2014 17:34:18 +0000 + tbb (4.2~20140122-1) unstable; urgency=medium * Added myself as maintainer for package. diff -Nru tbb-4.2~20140122/debian/control tbb-4.2~20140122/debian/control --- tbb-4.2~20140122/debian/control 2014-04-07 13:51:16.000000000 +0000 +++ tbb-4.2~20140122/debian/control 2014-05-16 13:33:20.000000000 +0000 @@ -8,7 +8,7 @@ Package: libtbb-dev Section: libdevel -Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel +Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel arm64 Depends: libtbb2 (= ${binary:Version}), ${misc:Depends} Suggests: tbb-examples, libtbb-doc Description: parallelism library for C++ - development files @@ -24,7 +24,7 @@ This package includes the TBB development files. Package: libtbb2 -Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel +Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel arm64 Depends: ${shlibs:Depends}, ${misc:Depends} Description: parallelism library for C++ - runtime files TBB is a library that helps you leverage multi-core processor @@ -40,7 +40,7 @@ Package: libtbb2-dbg Section: debug -Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel +Architecture: i386 amd64 ia64 powerpc powerpcspe ppc64 x32 armhf sparc sparc64 mips mipsel arm64 Depends: libtbb2 (= ${binary:Version}), ${misc:Depends} Description: parallelism library for C++ - debugging symbols TBB is a library that helps you leverage multi-core processor