- 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/package/show/devel:libraries:c_c++/tbb?expand=0&rev=53
This commit is contained in:
committed by
Git OBS Bridge
parent
146cb3a7de
commit
ac38811d4c
BIN
2019_U5.tar.gz
(Stored with Git LFS)
BIN
2019_U5.tar.gz
(Stored with Git LFS)
Binary file not shown.
BIN
2019_U6.tar.gz
(Stored with Git LFS)
Normal file
BIN
2019_U6.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
15
tbb.changes
15
tbb.changes
@@ -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>
|
||||
|
||||
|
8
tbb.spec
8
tbb.spec
@@ -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
|
||||
|
Reference in New Issue
Block a user