Your message dated Sat, 14 May 2022 10:10:13 +0000
with message-id <[email protected]>
and subject line Bug#1010920: fixed in onetbb 2021.5.0-8
has caused the Debian Bug report #1010920,
regarding onetbb: 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.)
--
1010920: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1010920
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: onetbb
Source-Version: 2021.5.0-8
Done: Andrius Merkys <[email protected]>
We believe that the bug you reported is fixed in the latest version of
onetbb, 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 onetbb 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 04:06:43 -0400
Source: onetbb
Binary: libtbb-dev libtbb-doc libtbb12 libtbb12-dbgsym libtbbmalloc2
libtbbmalloc2-dbgsym
Architecture: source amd64 all
Version: 2021.5.0-8
Distribution: experimental
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
libtbb12 - parallelism library for C++ - runtime files
libtbbmalloc2 - parallelism helper library for C++ - runtime files
Closes: 1010920
Changes:
onetbb (2021.5.0-8) experimental; urgency=medium
.
[ Andrius Merkys ]
* Team upload.
.
[ Matthias Klose ]
* Split out a libtbbmalloc2 package (Closes: #1010920).
* Mark some of the libtbbmalloc symbols as optional.
* Build for riscv64.
Checksums-Sha1:
64c6b5cb93a753a64547dddfb9503a9198cc73b5 2422 onetbb_2021.5.0-8.dsc
ae899f3388be9ded6429aeae3e37395e0f7923a4 16440 onetbb_2021.5.0-8.debian.tar.xz
f6f7429b09ab003685622d811ffa7f13574ded11 194964 libtbb-dev_2021.5.0-8_amd64.deb
518751c68a13639c5244a74885e1653c5b468e94 1251308 libtbb-doc_2021.5.0-8_all.deb
d11bd1649f42b31c3c9127f510052c5d899abff9 940344
libtbb12-dbgsym_2021.5.0-8_amd64.deb
ff32c51f96a7a7938c0a1900d60b5a2dfbc8a75e 82876 libtbb12_2021.5.0-8_amd64.deb
b404e90f088e029ad3cceb1a1413b4c87a03660f 336464
libtbbmalloc2-dbgsym_2021.5.0-8_amd64.deb
80139e50cac876c8b738e71aa5fe6b791bdb1a7e 50136
libtbbmalloc2_2021.5.0-8_amd64.deb
99f6c6757a859029520ed39f0421f6acc26993fb 12816
onetbb_2021.5.0-8_amd64.buildinfo
Checksums-Sha256:
4b6a06c88368cef0ac07ce12ca98e70e207b4f9d6c7333fa406171767fc521f4 2422
onetbb_2021.5.0-8.dsc
8f03e3f45193f0143a6aaf785acab768accd7c8394a3ca2a5f04b4ccb3bd9658 16440
onetbb_2021.5.0-8.debian.tar.xz
6e3b4db0731eba94ac439b1347bd8706041e1248095dc612e1a66aee7556143e 194964
libtbb-dev_2021.5.0-8_amd64.deb
1ad6bd6303a354aa51368004c8a14a183cd9ca0095b7ded98c3bd9d049a4b5a6 1251308
libtbb-doc_2021.5.0-8_all.deb
13bc5902600ef33927cde2cd00f7994dc89aeb8318f25af72395cd600836cf52 940344
libtbb12-dbgsym_2021.5.0-8_amd64.deb
5f417293e3e74cab3c15ad041b4301d91436dac946f12df89bc5c1ee2d1b4152 82876
libtbb12_2021.5.0-8_amd64.deb
bc59377f00d18d83f8081fbf7d859f13a5d9a9682be765e2685157a97e38fa60 336464
libtbbmalloc2-dbgsym_2021.5.0-8_amd64.deb
b7fa9270908c6b38652e4b9339db09b7b5cd508c17fe075ada35dd4d3cb57bcd 50136
libtbbmalloc2_2021.5.0-8_amd64.deb
02db2608b52556135655bd93068c427af20c3dc9d05492c0a2072b00d5b2c17d 12816
onetbb_2021.5.0-8_amd64.buildinfo
Files:
44de53eec33656d6cf23d0651646b866 2422 libs optional onetbb_2021.5.0-8.dsc
104f44bb0aca5d1beebec037f644256e 16440 libs optional
onetbb_2021.5.0-8.debian.tar.xz
f6011e4ff664901e784fb35e461b4c03 194964 libdevel optional
libtbb-dev_2021.5.0-8_amd64.deb
eec170ddb8e764a23efdb278422bb863 1251308 doc optional
libtbb-doc_2021.5.0-8_all.deb
ddfc512bd495bc08261c5d5cbe546de8 940344 debug optional
libtbb12-dbgsym_2021.5.0-8_amd64.deb
73493b4209b54fabb982f386bfc84b50 82876 libs optional
libtbb12_2021.5.0-8_amd64.deb
9f44a764b14f55cffa4066bf467de7fe 336464 debug optional
libtbbmalloc2-dbgsym_2021.5.0-8_amd64.deb
cf9063ca3fc5ac2245680b922f7cd99a 50136 libs optional
libtbbmalloc2_2021.5.0-8_amd64.deb
0b49e08f6518a21f309370d644bab593 12816 libs optional
onetbb_2021.5.0-8_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEEdyKS9veshfrgQdQe5fQ/nCc08ocFAmJ+IkMSHG1lcmt5c0Bk
ZWJpYW4ub3JnAAoJEOX0P5wnNPKHAzwP/Aq1aZ5SRtLv21Wa/ZqoLW5zXVNqxiyA
f+PXXWQReUQjS+m+KHUeZj+vgA4DG1kxk721141RN0a5S5G3maduxXIluydZ/EBy
a5QrVLZcEAvsgEHeTblJRhvN2MozgHI7ZMBcFW2xcFqVXT0p3s4B4l7eaT65QJ/b
zmhXdRFhFrPX3vQkbJMsDIx3RU8O2OOQign3ugw9e4ZyvwAeNfLzWHhk1l0Eu6nq
t62A+FS+we0BCPSBTAGAJaxTaBagL/bB+AebZwCdI1JhimdZPbtlmkaSXAqIlEIf
+QlOEHjJUxWtLZJUpu9raGQrrQxXQPpJvmww3Iehnpg6bqcDz+EcvUASn/65e0j1
Y0oKhjgnxh6RuIpD2Z0OQY0Lt9hRJKAYcv3AfnJ2cuFAgBgMxgz0I7i71LrNSkSt
RzAECo8G5/CytvSp14HAFYGZv/3P24kwZtKVhk3rk23eNO0lloGn3SmRcOWnThko
KBx6WkMZY4artlI8gRy4FIUQbOX1xN5iCJtCnqJQzzSOLe8p7oFjdpwGDKmRdcCI
HsF354W7w/P8y2XmSZuPHCrGg8FtVzqxPQB2QCFJA8O7pZwQBp29OOZhtq+FPf+Q
sBFiCvdktDzQNQJA80evA9izl9WVtp7VTXHPBw4z9Hr9eJsOF9WMCkU7IDUzLuDJ
gZv3flRbek1B
=kWxr
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers