Your message dated Mon, 16 May 2022 14:55:35 +0000
with message-id <[email protected]>
and subject line Bug#1006920: fixed in tbb 2020.3-2
has caused the Debian Bug report #1006920,
regarding tbb: please split out libtbbmalloc2 package
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1006920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006920
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tbb,onetbb
Severity: important
Tags: patch
currently libtbb2 and libtbb12 break each other, making a tbb transition hard.
please split out a libtbbmalloc2 package, both in tbb and onetbb, such that the
transition can happen smoothly, and the both the old and the new tbb/onetbb can
co-exist for a while.
patch for the tbb and onetbb splitouts are attached (please check the final
versions for the breaks/replaces).
the onetbb patch also includes the patch from upstream issue #776 to build on
other architectures.
For Ubuntu, I'm going to rename the old libtbb-dev and libtbb-doc packages to
libtbb2-dev and libtbb2-doc, not sure if that's something you also want to do in
Debian, but for the next Ubuntu release we need to ship both versions, or we
need to remove packages like numba.
diff -Nru tbb-2020.3/debian/changelog tbb-2020.3/debian/changelog
--- tbb-2020.3/debian/changelog 2020-08-13 02:33:57.000000000 +0200
+++ tbb-2020.3/debian/changelog 2022-03-08 09:38:45.000000000 +0100
@@ -1,3 +1,10 @@
+tbb (2020.3-1ubuntu2) jammy; urgency=medium
+
+ * Split out a libtbbmalloc2 package.
+ * Mark some libtbbmalloc symbols as optional.
+
+ -- Matthias Klose <[email protected]> Tue, 08 Mar 2022 09:38:45 +0100
+
tbb (2020.3-1) unstable; urgency=medium
* New upstream version 2020.3
diff -Nru tbb-2020.3/debian/control tbb-2020.3/debian/control
--- tbb-2020.3/debian/control 2020-04-05 12:03:19.000000000 +0200
+++ tbb-2020.3/debian/control 2022-03-08 09:38:45.000000000 +0100
@@ -38,13 +38,32 @@
Package: libtbb2
Architecture: linux-any
Multi-Arch: same
-Depends: ${shlibs:Depends},
+Depends: libtbbmalloc2, ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Description: parallelism library for C++ - runtime files
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
+ and threading mechanism for performance and scalability.
+ .
+ (Note: if you are a user of the i386 architecture, i.e., 32-bit Intel
+ or compatible hardware, this package only supports Pentium4-compatible
+ and higher processors.)
+ .
+ This package includes the TBB runtime files.
+
+Package: libtbbmalloc2
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Breaks: libtbb2 (<< 2020.3-1ubuntu2)
+Replaces: libtbb2 (<< 2020.3-1ubuntu2)
+Description: parallelism helper library for C++ - runtime files
+ TBB is a library that helps you leverage multi-core processor
+ performance without having to be a threading expert. It represents a
+ higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
(Note: if you are a user of the i386 architecture, i.e., 32-bit Intel
diff -Nru tbb-2020.3/debian/libtbb2.install tbb-2020.3/debian/libtbb2.install
--- tbb-2020.3/debian/libtbb2.install 2020-04-03 04:45:37.000000000 +0200
+++ tbb-2020.3/debian/libtbb2.install 2022-03-08 09:38:45.000000000 +0100
@@ -1,2 +1,2 @@
#! /usr/bin/dh-exec
-build/linux_*_release/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}
+build/linux_*_release/libtbb.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru tbb-2020.3/debian/libtbb2.symbols.amd64 tbb-2020.3/debian/libtbb2.symbols.amd64
--- tbb-2020.3/debian/libtbb2.symbols.amd64 2020-08-11 05:52:00.000000000 +0200
+++ tbb-2020.3/debian/libtbb2.symbols.amd64 2022-03-08 09:38:45.000000000 +0100
@@ -298,65 +298,3 @@
_ZTVN3tbb8internal21concurrent_queue_baseE@Base 2017~U7
_ZTVN3tbb8internal24concurrent_queue_base_v3E@Base 2017~U7
_ZTVN3tbb8pipelineE@Base 2017~U7
-libtbbmalloc.so.2 libtbb2 #MINVER#
- MallocInitializeITT@Base 2017~U7
- _Z9parseFileILi100ELi1EEvPKcRAT0__K13parseFileItem@Base 2018~U6
- _Z9parseFileILi100ELi2EEvPKcRAT0__K13parseFileItem@Base 2018~U6
- _ZN11MallocMutex11scoped_lockD1Ev@Base 2020.3
- _ZN11MallocMutex11scoped_lockD2Ev@Base 2020.3
- _ZN3rml10pool_msizeEPNS_10MemoryPoolEPv@Base 2019~U4
- _ZN3rml10pool_resetEPNS_10MemoryPoolE@Base 2017~U7
- _ZN3rml11pool_createElPKNS_13MemPoolPolicyE@Base 2017~U7
- _ZN3rml11pool_mallocEPNS_10MemoryPoolEm@Base 2017~U7
- _ZN3rml12pool_destroyEPNS_10MemoryPoolE@Base 2017~U7
- _ZN3rml12pool_reallocEPNS_10MemoryPoolEPvm@Base 2017~U7
- _ZN3rml13pool_identifyEPv@Base 2017~U7
- _ZN3rml14pool_create_v1ElPKNS_13MemPoolPolicyEPPNS_10MemoryPoolE@Base 2017~U7
- _ZN3rml19pool_aligned_mallocEPNS_10MemoryPoolEmm@Base 2017~U7
- _ZN3rml20pool_aligned_reallocEPNS_10MemoryPoolEPvmm@Base 2017~U7
- _ZN3rml9pool_freeEPNS_10MemoryPoolEPv@Base 2017~U7
- __TBB_malloc_safer_aligned_msize@Base 2017~U7
- __TBB_malloc_safer_aligned_realloc@Base 2017~U7
- __TBB_malloc_safer_free@Base 2017~U7
- __TBB_malloc_safer_msize@Base 2017~U7
- __TBB_malloc_safer_realloc@Base 2017~U7
- scalable_aligned_free@Base 2017~U7
- scalable_aligned_malloc@Base 2017~U7
- scalable_aligned_realloc@Base 2017~U7
- scalable_allocation_command@Base 2017~U7
- scalable_allocation_mode@Base 2017~U7
- scalable_calloc@Base 2017~U7
- scalable_free@Base 2017~U7
- scalable_malloc@Base 2017~U7
- scalable_msize@Base 2017~U7
- scalable_posix_memalign@Base 2017~U7
- scalable_realloc@Base 2017~U7
-libtbbmalloc_proxy.so.2 libtbb2 #MINVER#
- _ZdaPv@Base 2017~U7
- _ZdaPvRKSt9nothrow_t@Base 2017~U7
- _ZdlPv@Base 2017~U7
- _ZdlPvRKSt9nothrow_t@Base 2017~U7
- _Znam@Base 2017~U7
- _ZnamRKSt9nothrow_t@Base 2017~U7
- _Znwm@Base 2017~U7
- _ZnwmRKSt9nothrow_t@Base 2017~U7
- __TBB_malloc_proxy@Base 2017~U7
- __libc_calloc@Base 2017~U7
- __libc_free@Base 2017~U7
- __libc_malloc@Base 2017~U7
- __libc_memalign@Base 2017~U7
- __libc_pvalloc@Base 2017~U7
- __libc_realloc@Base 2017~U7
- __libc_valloc@Base 2017~U7
- aligned_alloc@Base 2017~U7
- calloc@Base 2017~U7
- free@Base 2017~U7
- mallinfo@Base 2017~U7
- malloc@Base 2017~U7
- malloc_usable_size@Base 2017~U7
- mallopt@Base 2017~U7
- memalign@Base 2017~U7
- posix_memalign@Base 2017~U7
- pvalloc@Base 2017~U7
- realloc@Base 2017~U7
- valloc@Base 2017~U7
diff -Nru tbb-2020.3/debian/libtbbmalloc2.install tbb-2020.3/debian/libtbbmalloc2.install
--- tbb-2020.3/debian/libtbbmalloc2.install 1970-01-01 01:00:00.000000000 +0100
+++ tbb-2020.3/debian/libtbbmalloc2.install 2022-03-08 09:38:45.000000000 +0100
@@ -0,0 +1,2 @@
+#! /usr/bin/dh-exec
+build/linux_*_release/libtbbmalloc*.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru tbb-2020.3/debian/libtbbmalloc2.symbols.amd64 tbb-2020.3/debian/libtbbmalloc2.symbols.amd64
--- tbb-2020.3/debian/libtbbmalloc2.symbols.amd64 1970-01-01 01:00:00.000000000 +0100
+++ tbb-2020.3/debian/libtbbmalloc2.symbols.amd64 2022-03-08 09:38:45.000000000 +0100
@@ -0,0 +1,62 @@
+libtbbmalloc.so.2 libtbbmalloc2 #MINVER#
+ MallocInitializeITT@Base 2017~U7
+ _Z9parseFileILi100ELi1EEvPKcRAT0__K13parseFileItem@Base 2018~U6
+ _Z9parseFileILi100ELi2EEvPKcRAT0__K13parseFileItem@Base 2018~U6
+ (optional)_ZN11MallocMutex11scoped_lockD1Ev@Base 2020.3
+ (optional)_ZN11MallocMutex11scoped_lockD2Ev@Base 2020.3
+ _ZN3rml10pool_msizeEPNS_10MemoryPoolEPv@Base 2019~U4
+ _ZN3rml10pool_resetEPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml11pool_createElPKNS_13MemPoolPolicyE@Base 2017~U7
+ _ZN3rml11pool_mallocEPNS_10MemoryPoolEm@Base 2017~U7
+ _ZN3rml12pool_destroyEPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml12pool_reallocEPNS_10MemoryPoolEPvm@Base 2017~U7
+ _ZN3rml13pool_identifyEPv@Base 2017~U7
+ _ZN3rml14pool_create_v1ElPKNS_13MemPoolPolicyEPPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml19pool_aligned_mallocEPNS_10MemoryPoolEmm@Base 2017~U7
+ _ZN3rml20pool_aligned_reallocEPNS_10MemoryPoolEPvmm@Base 2017~U7
+ _ZN3rml9pool_freeEPNS_10MemoryPoolEPv@Base 2017~U7
+ __TBB_malloc_safer_aligned_msize@Base 2017~U7
+ __TBB_malloc_safer_aligned_realloc@Base 2017~U7
+ __TBB_malloc_safer_free@Base 2017~U7
+ __TBB_malloc_safer_msize@Base 2017~U7
+ __TBB_malloc_safer_realloc@Base 2017~U7
+ scalable_aligned_free@Base 2017~U7
+ scalable_aligned_malloc@Base 2017~U7
+ scalable_aligned_realloc@Base 2017~U7
+ scalable_allocation_command@Base 2017~U7
+ scalable_allocation_mode@Base 2017~U7
+ scalable_calloc@Base 2017~U7
+ scalable_free@Base 2017~U7
+ scalable_malloc@Base 2017~U7
+ scalable_msize@Base 2017~U7
+ scalable_posix_memalign@Base 2017~U7
+ scalable_realloc@Base 2017~U7
+libtbbmalloc_proxy.so.2 libtbbmalloc2 #MINVER#
+ _ZdaPv@Base 2017~U7
+ _ZdaPvRKSt9nothrow_t@Base 2017~U7
+ _ZdlPv@Base 2017~U7
+ _ZdlPvRKSt9nothrow_t@Base 2017~U7
+ _Znam@Base 2017~U7
+ _ZnamRKSt9nothrow_t@Base 2017~U7
+ _Znwm@Base 2017~U7
+ _ZnwmRKSt9nothrow_t@Base 2017~U7
+ __TBB_malloc_proxy@Base 2017~U7
+ __libc_calloc@Base 2017~U7
+ __libc_free@Base 2017~U7
+ __libc_malloc@Base 2017~U7
+ __libc_memalign@Base 2017~U7
+ __libc_pvalloc@Base 2017~U7
+ __libc_realloc@Base 2017~U7
+ __libc_valloc@Base 2017~U7
+ aligned_alloc@Base 2017~U7
+ calloc@Base 2017~U7
+ free@Base 2017~U7
+ mallinfo@Base 2017~U7
+ malloc@Base 2017~U7
+ malloc_usable_size@Base 2017~U7
+ mallopt@Base 2017~U7
+ memalign@Base 2017~U7
+ posix_memalign@Base 2017~U7
+ pvalloc@Base 2017~U7
+ realloc@Base 2017~U7
+ valloc@Base 2017~U7
diff -Nru onetbb-2021.5.0/debian/changelog onetbb-2021.5.0/debian/changelog
--- onetbb-2021.5.0/debian/changelog 2022-02-22 18:51:02.000000000 +0100
+++ onetbb-2021.5.0/debian/changelog 2022-03-08 09:55:56.000000000 +0100
@@ -1,3 +1,11 @@
+onetbb (2021.5.0-7ubuntu2) jammy; urgency=medium
+
+ * Split out a libtbbmalloc2 package.
+ * Mark some of the libtbbmalloc symbols as optional.
+ * Build for riscv64.
+
+ -- Matthias Klose <[email protected]> Tue, 08 Mar 2022 09:55:56 +0100
+
onetbb (2021.5.0-7) experimental; urgency=medium
* Remove fetchadd4-ia64-gcc.patch: generic fallback invalid for IA64.
diff -Nru onetbb-2021.5.0/debian/control onetbb-2021.5.0/debian/control
--- onetbb-2021.5.0/debian/control 2022-02-13 19:04:05.000000000 +0100
+++ onetbb-2021.5.0/debian/control 2022-03-08 09:55:56.000000000 +0100
@@ -41,15 +41,34 @@
Package: libtbb12
Architecture: linux-any
Multi-Arch: same
-Depends: ${shlibs:Depends},
+Depends: libtbbmalloc2 (= ${binary:Version}),
+ ${shlibs:Depends},
${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
-Breaks: libtbb2 (<< 2021)
-Replaces: libtbb2 (<< 2021)
Description: parallelism library for C++ - runtime files
TBB is a library that helps you leverage multi-core processor
performance without having to be a threading expert. It represents a
higher-level, task-based parallelism that abstracts platform details
+ and threading mechanism for performance and scalability.
+ .
+ (Note: if you are a user of the i386 architecture, i.e., 32-bit Intel
+ or compatible hardware, this package only supports Pentium4-compatible
+ and higher processors.)
+ .
+ This package includes the TBB runtime files.
+
+Package: libtbbmalloc2
+Architecture: linux-any
+Multi-Arch: same
+Depends: ${shlibs:Depends},
+ ${misc:Depends}
+Pre-Depends: ${misc:Pre-Depends}
+Breaks: libtbb2 (<< 2020.3-1ubuntu2), libtbb12 (<< 2021.5-7ubuntu2)
+Replaces: libtbb2 (<< 2020.3-1ubuntu2), libtbb12 (<< 2021.5-7ubuntu2)
+Description: parallelism helper library for C++ - runtime files
+ TBB is a library that helps you leverage multi-core processor
+ performance without having to be a threading expert. It represents a
+ higher-level, task-based parallelism that abstracts platform details
and threading mechanism for performance and scalability.
.
(Note: if you are a user of the i386 architecture, i.e., 32-bit Intel
diff -Nru onetbb-2021.5.0/debian/libtbb12.install onetbb-2021.5.0/debian/libtbb12.install
--- onetbb-2021.5.0/debian/libtbb12.install 2022-02-13 19:04:05.000000000 +0100
+++ onetbb-2021.5.0/debian/libtbb12.install 2022-03-08 09:55:56.000000000 +0100
@@ -1 +1 @@
-usr/lib/*/lib*.so.*
+usr/lib/*/libtbb.so.*
diff -Nru onetbb-2021.5.0/debian/libtbbmalloc2.install onetbb-2021.5.0/debian/libtbbmalloc2.install
--- onetbb-2021.5.0/debian/libtbbmalloc2.install 1970-01-01 01:00:00.000000000 +0100
+++ onetbb-2021.5.0/debian/libtbbmalloc2.install 2022-03-08 09:55:56.000000000 +0100
@@ -0,0 +1 @@
+usr/lib/*/libtbbmalloc*.so.*
diff -Nru onetbb-2021.5.0/debian/libtbbmalloc2.symbols.amd64 onetbb-2021.5.0/debian/libtbbmalloc2.symbols.amd64
--- onetbb-2021.5.0/debian/libtbbmalloc2.symbols.amd64 1970-01-01 01:00:00.000000000 +0100
+++ onetbb-2021.5.0/debian/libtbbmalloc2.symbols.amd64 2022-03-08 09:55:56.000000000 +0100
@@ -0,0 +1,62 @@
+libtbbmalloc.so.2 libtbbmalloc2 #MINVER#
+ MallocInitializeITT@Base 2017~U7
+ (optional)_Z9parseFileILi100ELi1EEvPKcRAT0__K13parseFileItem@Base 2018~U6
+ (optional)_Z9parseFileILi100ELi2EEvPKcRAT0__K13parseFileItem@Base 2018~U6
+ (optional)_ZN11MallocMutex11scoped_lockD1Ev@Base 2020.3
+ (optional)_ZN11MallocMutex11scoped_lockD2Ev@Base 2020.3
+ _ZN3rml10pool_msizeEPNS_10MemoryPoolEPv@Base 2019~U4
+ _ZN3rml10pool_resetEPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml11pool_createElPKNS_13MemPoolPolicyE@Base 2017~U7
+ _ZN3rml11pool_mallocEPNS_10MemoryPoolEm@Base 2017~U7
+ _ZN3rml12pool_destroyEPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml12pool_reallocEPNS_10MemoryPoolEPvm@Base 2017~U7
+ _ZN3rml13pool_identifyEPv@Base 2017~U7
+ _ZN3rml14pool_create_v1ElPKNS_13MemPoolPolicyEPPNS_10MemoryPoolE@Base 2017~U7
+ _ZN3rml19pool_aligned_mallocEPNS_10MemoryPoolEmm@Base 2017~U7
+ _ZN3rml20pool_aligned_reallocEPNS_10MemoryPoolEPvmm@Base 2017~U7
+ _ZN3rml9pool_freeEPNS_10MemoryPoolEPv@Base 2017~U7
+ __TBB_malloc_safer_aligned_msize@Base 2017~U7
+ __TBB_malloc_safer_aligned_realloc@Base 2017~U7
+ __TBB_malloc_safer_free@Base 2017~U7
+ __TBB_malloc_safer_msize@Base 2017~U7
+ __TBB_malloc_safer_realloc@Base 2017~U7
+ scalable_aligned_free@Base 2017~U7
+ scalable_aligned_malloc@Base 2017~U7
+ scalable_aligned_realloc@Base 2017~U7
+ scalable_allocation_command@Base 2017~U7
+ scalable_allocation_mode@Base 2017~U7
+ scalable_calloc@Base 2017~U7
+ scalable_free@Base 2017~U7
+ scalable_malloc@Base 2017~U7
+ scalable_msize@Base 2017~U7
+ scalable_posix_memalign@Base 2017~U7
+ scalable_realloc@Base 2017~U7
+libtbbmalloc_proxy.so.2 libtbbmalloc2 #MINVER#
+ _ZdaPv@Base 2017~U7
+ _ZdaPvRKSt9nothrow_t@Base 2017~U7
+ _ZdlPv@Base 2017~U7
+ _ZdlPvRKSt9nothrow_t@Base 2017~U7
+ _Znam@Base 2017~U7
+ _ZnamRKSt9nothrow_t@Base 2017~U7
+ _Znwm@Base 2017~U7
+ _ZnwmRKSt9nothrow_t@Base 2017~U7
+ __TBB_malloc_proxy@Base 2017~U7
+ __libc_calloc@Base 2017~U7
+ __libc_free@Base 2017~U7
+ __libc_malloc@Base 2017~U7
+ __libc_memalign@Base 2017~U7
+ __libc_pvalloc@Base 2017~U7
+ __libc_realloc@Base 2017~U7
+ __libc_valloc@Base 2017~U7
+ aligned_alloc@Base 2017~U7
+ calloc@Base 2017~U7
+ free@Base 2017~U7
+ mallinfo@Base 2017~U7
+ malloc@Base 2017~U7
+ malloc_usable_size@Base 2017~U7
+ mallopt@Base 2017~U7
+ memalign@Base 2017~U7
+ posix_memalign@Base 2017~U7
+ pvalloc@Base 2017~U7
+ realloc@Base 2017~U7
+ valloc@Base 2017~U7
diff -Nru onetbb-2021.5.0/debian/patches/776.diff onetbb-2021.5.0/debian/patches/776.diff
--- onetbb-2021.5.0/debian/patches/776.diff 1970-01-01 01:00:00.000000000 +0100
+++ onetbb-2021.5.0/debian/patches/776.diff 2022-03-08 08:36:46.000000000 +0100
@@ -0,0 +1,24 @@
+https://github.com/oneapi-src/oneTBB/issues/776
+
+--- a/src/tbb/tools_api/ittnotify_config.h
++++ b/src/tbb/tools_api/ittnotify_config.h
+@@ -167,6 +167,10 @@
+ # define ITT_ARCH_HPPA 8
+ #endif /* ITT_ARCH_HPPA */
+
++#ifndef ITT_ARCH_GENERIC
++# define ITT_ARCH_GENERIC 99
++#endif /* ITT_ARCH_GENERIC */
++
+ #ifndef ITT_ARCH
+ # if defined _M_IX86 || defined __i386__
+ # define ITT_ARCH ITT_ARCH_IA32
+@@ -184,6 +188,8 @@
+ # define ITT_ARCH ITT_ARCH_S390X
+ # elif defined __hppa__
+ # define ITT_ARCH ITT_ARCH_HPPA
++# else
++# define ITT_ARCH ITT_ARCH_GENERIC
+ # endif
+ #endif
+
diff -Nru onetbb-2021.5.0/debian/patches/series onetbb-2021.5.0/debian/patches/series
--- onetbb-2021.5.0/debian/patches/series 2022-02-20 02:58:20.000000000 +0100
+++ onetbb-2021.5.0/debian/patches/series 2022-03-08 08:35:31.000000000 +0100
@@ -4,3 +4,4 @@
fetchadd4.patch
link-atomic.patch
test-less-stress.patch
+776.diff
--- End Message ---
--- Begin Message ---
Source: tbb
Source-Version: 2020.3-2
Done: Andrius Merkys <[email protected]>
We believe that the bug you reported is fixed in the latest version of
tbb, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Andrius Merkys <[email protected]> (supplier of updated tbb package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Fri, 13 May 2022 05:46:21 -0400
Source: tbb
Binary: libtbb-dev libtbb-doc libtbb2 libtbb2-dbgsym libtbbmalloc2
libtbbmalloc2-dbgsym
Architecture: source amd64 all
Version: 2020.3-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Andrius Merkys <[email protected]>
Description:
libtbb-dev - parallelism library for C++ - development files
libtbb-doc - parallelism library for C++ - documentation
libtbb2 - parallelism library for C++ - runtime files
libtbbmalloc2 - parallelism helper library for C++ - runtime files
Closes: 1006920
Changes:
tbb (2020.3-2) unstable; urgency=medium
.
[ Andrius Merkys ]
* Team upload.
.
[ Matthias Klose ]
* Split out a libtbbmalloc2 package (Closes: #1006920).
* Mark some libtbbmalloc symbols as optional.
Checksums-Sha1:
697509a946b27f37c5673e4f29fb434cfe1e1183 2339 tbb_2020.3-2.dsc
c804f96f1922f3fb881b8550c936b4ea3c40722e 1718404 tbb_2020.3.orig.tar.xz
7c6102d57387c1254d3fee1e9110bab255453662 17816 tbb_2020.3-2.debian.tar.xz
a37211a115b0ceccbd232fc2c8676220cc1b6b23 312872 libtbb-dev_2020.3-2_amd64.deb
5972ee6c78dc68c8cb94434f5217cc7048d15449 9567460 libtbb-doc_2020.3-2_all.deb
e2071d5db93de1653a109027b00b26358ce4f7d2 809264
libtbb2-dbgsym_2020.3-2_amd64.deb
0483bfd66a371def8a957106d6529b69752760e9 126736 libtbb2_2020.3-2_amd64.deb
355a663fe57f46ae9ca1285982339307a1d329a0 254092
libtbbmalloc2-dbgsym_2020.3-2_amd64.deb
fa3e91a61c7f298d6a700b9a6e34f9e0ef74162d 79172 libtbbmalloc2_2020.3-2_amd64.deb
ce75ee28515fa698c1891b897d60ae02ae00838f 11120 tbb_2020.3-2_amd64.buildinfo
Checksums-Sha256:
67c543d523a932a0b2454b95bde492e9d1eb39d6a7a0e6a7717d6e1cd9f64636 2339
tbb_2020.3-2.dsc
a88c2faa1ae5c52ce026964bdb8069bcb5f4a78ea3ee7fb2ae0b230a54682cde 1718404
tbb_2020.3.orig.tar.xz
55762776c3ebad22baa6eb638cac20c1c6045d9567f6e2225be8bd0254411fa2 17816
tbb_2020.3-2.debian.tar.xz
12bbfd9e7276f529b7e2506f75357c586f3f693bd669495427143bc32d152347 312872
libtbb-dev_2020.3-2_amd64.deb
6e19949402164e4cafde7977c2fc3f80992f1173daf1eb40259565af88567973 9567460
libtbb-doc_2020.3-2_all.deb
67afd96314bcdc80e7e3677a47a9e1952cbe0d723af7339dc01e314c7d08d296 809264
libtbb2-dbgsym_2020.3-2_amd64.deb
9dbe2b2cabbe41fc3266e9f645b8d639ab6516bac26c1c3b7e97db2dff3e6f93 126736
libtbb2_2020.3-2_amd64.deb
1f75217c12ac0c492df49c7fb5ae316a738dd75b5ea3fc0ed51710550fa8ee31 254092
libtbbmalloc2-dbgsym_2020.3-2_amd64.deb
e84bf95235918d47a6a9dfb262c20940bae1fad1bda6508312a2a00be9f46154 79172
libtbbmalloc2_2020.3-2_amd64.deb
798ece20ea4a3a387f7ee8bb5557880b2261cce40cc8a9074f1f5f6c6e439d09 11120
tbb_2020.3-2_amd64.buildinfo
Files:
4169fa8d2621cfdb52041ae4cededb2a 2339 libs optional tbb_2020.3-2.dsc
1e713174508490d49b11451db692237e 1718404 libs optional tbb_2020.3.orig.tar.xz
a817f40a6e9d9f8cc0e7d0d30ad84b4d 17816 libs optional tbb_2020.3-2.debian.tar.xz
b8c1e393d68da8be27329dd335f91e91 312872 libdevel optional
libtbb-dev_2020.3-2_amd64.deb
94415ffdff87ec24af717fdf66d66cc9 9567460 doc optional
libtbb-doc_2020.3-2_all.deb
7bf9d7a15bd5e6f06dcd2dc551106bb2 809264 debug optional
libtbb2-dbgsym_2020.3-2_amd64.deb
267734632443dcb82391d551de028873 126736 libs optional
libtbb2_2020.3-2_amd64.deb
c2abc5c3e223c67baef381a3d238bbdc 254092 debug optional
libtbbmalloc2-dbgsym_2020.3-2_amd64.deb
a1ac0217001e2ceff4e153bb4f019839 79172 libs optional
libtbbmalloc2_2020.3-2_amd64.deb
3f65739820fa50c556392c0d38420ae2 11120 libs optional
tbb_2020.3-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmKCV1oSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKH52kP/3Q9lWDjVKc7DTMbxmjEeKPpCwgF9rnQ
nnegS/hNOOsVcoJqGCn7qN1XmiNqrcP3W3NgDsCRqnRf1ysNBAJMZ/ZOcN/1QelV
AmSwJ2TWy+VyKOwdvdH4rxa6Z0n9pZGXORD/H6ooNfRWSgDqv0ce743rU2nsPsA1
srjPwCDeS0SIpJuvcTZ0ZZ2LojxAGb8xoU8sNmWfmQUaeSbCWhnZd5xOBuACcndJ
tIXyljz0s1VCN1GMXanXiZ9A/ehJ/ynWj5b8qN1k0JWISP5O8ImlvR6ulPfUyvuQ
dcBnUt8RTTFMHuwZwUFrtrQBpC5YTd6eHLjPAVf9V8hOAVvB8V8Y736ZqsNRNu37
49/ARq4LWjGoMskKNkXAhPe5uzMQp0YYWKpIeRWvca1fvo1/LZK5FoFWVfcoykTh
q+AMs7RncPb+1Ev+lD+8ynna781hhIbqhTSoG4POA9Kh9oXL9IaBQM452dWTjuM+
4eIjdeAg00nE2+n4WiyNFJ4pc2rhD5GT5sBIH61kd3p/ZuXvlRS1OW5cqhX9dRN5
6YR43LrEDyulPnTPQ2YHHocus3lL0XAzIZ6+LQvS5EP96EisKZBMQ5IiLCR6Bgom
vkA7sQob9tewJ2VE+TGVal/V82mAviYjSAOATIxO9IPlOZaBbxCt4PFAwgIFceYF
d6huwN4ltBuL
=+6jZ
-----END PGP SIGNATURE-----
--- End Message ---