- 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
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