1
0
forked from clibs/tbb

- Update to version 2019_U8

* Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory
    reallocation on Linux (https://github.com/intel/tbb/issues/148).
  * Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads
    with no task scheduler initialized
    (https://github.com/intel/tbb/issues/116).

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=56
This commit is contained in:
Ismail Dönmez
2019-06-06 12:24:17 +00:00
committed by Git OBS Bridge
parent fdca4ccf0a
commit 475245188d
4 changed files with 15 additions and 5 deletions

BIN
2019_U7.tar.gz (Stored with Git LFS)

Binary file not shown.

BIN
2019_U8.tar.gz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jun 6 12:22:31 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
- Update to version 2019_U8
* Fixed a bug in TBB 2019 Update 7 that could lead to incorrect memory
reallocation on Linux (https://github.com/intel/tbb/issues/148).
* Fixed enqueuing tbb::task into tbb::task_arena not to fail on threads
with no task scheduler initialized
(https://github.com/intel/tbb/issues/116).
-------------------------------------------------------------------
Tue Jun 4 14:54:09 UTC 2019 - Ismail Dönmez <idonmez@suse.com>

View File

@@ -16,14 +16,14 @@
#
%define rel_ver 2019_U7
%define rel_ver 2019_U8
%define so_ver 2
%bcond_with python2
%bcond_without python3
Name: tbb
Version: 2019_20190522
Version: 2019_20190605
Release: 0
Summary: Threading Building Blocks (TBB)
License: Apache-2.0