Accepting request 702777 from devel:libraries:c_c++

- Update to version 2019_U6
  * Added support for enqueuing tbb::task into tbb::task_arena
    (https://github.com/01org/tbb/issues/116).
  * Improved support for allocator propagation on concurrent_hash_map
    assigning and swapping.
  * Improved scalable_allocation_command cleanup operations to release
    more memory buffered by the calling thread.
  * Separated allocation of small and large objects into distinct memory
    regions, which helps to reduce excessive memory caching inside the
    TBB allocator.
- Disable python2 support

OBS-URL: https://build.opensuse.org/request/show/702777
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=17
This commit is contained in:
Dominique Leuenberger 2019-05-17 21:36:37 +00:00 committed by Git OBS Bridge
commit 2f48a6e606
4 changed files with 23 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ea82d74dec50e18075b4982b8d360f8bd2bf2950f38e2db483aef82e0047444
size 2563877

3
2019_U6.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2ba197b3964fce8a84429dd15b75eba7434cb89afc54f86d5ee6f726fdbe97fd
size 2553257

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Tue May 14 07:53:56 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 2019_U6
* Added support for enqueuing tbb::task into tbb::task_arena
(https://github.com/01org/tbb/issues/116).
* Improved support for allocator propagation on concurrent_hash_map
assigning and swapping.
* Improved scalable_allocation_command cleanup operations to release
more memory buffered by the calling thread.
* Separated allocation of small and large objects into distinct memory
regions, which helps to reduce excessive memory caching inside the
TBB allocator.
- Disable python2 support
-------------------------------------------------------------------
Thu Apr 25 07:56:20 UTC 2019 - Ismail Dönmez <idonmez@suse.com>

View File

@ -16,12 +16,14 @@
#
%define rel_ver 2019_U5
%define rel_ver 2019_U6
%define so_ver 2
%bcond_without python2
%bcond_with python2
%bcond_without python3
Name: tbb
Version: 2019_20190320
Version: 2019_20190410
Release: 0
Summary: Threading Building Blocks (TBB)
License: Apache-2.0