- 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:
parent
fdca4ccf0a
commit
475245188d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4204a93f4c0fd989fb6f79acae74feb02ee39725c93968773d9b6efeb75c7a6a
|
|
||||||
size 2579237
|
|
3
2019_U8.tar.gz
Normal file
3
2019_U8.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:7b1fd8caea14be72ae4175896510bf99c809cd7031306a1917565e6de7382fba
|
||||||
|
size 2580540
|
10
tbb.changes
10
tbb.changes
@ -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>
|
Tue Jun 4 14:54:09 UTC 2019 - Ismail Dönmez <idonmez@suse.com>
|
||||||
|
|
||||||
|
4
tbb.spec
4
tbb.spec
@ -16,14 +16,14 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define rel_ver 2019_U7
|
%define rel_ver 2019_U8
|
||||||
%define so_ver 2
|
%define so_ver 2
|
||||||
|
|
||||||
%bcond_with python2
|
%bcond_with python2
|
||||||
%bcond_without python3
|
%bcond_without python3
|
||||||
|
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 2019_20190522
|
Version: 2019_20190605
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Threading Building Blocks (TBB)
|
Summary: Threading Building Blocks (TBB)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user