Accepting request 428381 from devel:libraries:c_c++
- Updated to version 2017_20160722 * static_partitioner class is now a fully supported feature. * async_node class is now a fully supported feature. * For 64-bit platforms, quadrupled the worst-case limit on the amount of memory the Intel TBB allocator can handle. * Added TBB_USE_GLIBCXX_VERSION macro to specify the version of GNU libstdc++ when it cannot be properly recognized, e.g. when used with Clang on Linux* OS. Inspired by a contribution from David A. * Added graph/stereo example to demostrate tbb::flow::async_msg. * Removed a few cases of excessive user data copying in the flow graph. * Reworked split_node to eliminate unnecessary overheads. * Added support for C++11 move semantics to the argument of tbb::parallel_do_feeder::add() method. * Added C++11 move constructor and assignment operator to tbb::combinable template class. * Added tbb::this_task_arena::max_concurrency() function and max_concurrency() method of class task_arena returning the maximal number of threads that can work inside an arena. * Deprecated tbb::task_arena::current_thread_index() static method; use tbb::this_task_arena::current_thread_index() function instead. - License changed to Apache-2.0 - Please see included CHANGES file for all changes. OBS-URL: https://build.opensuse.org/request/show/428381 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=2
This commit is contained in:
commit
3bd7e4375a
26
tbb.changes
26
tbb.changes
@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Sep 17 13:02:18 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
- Updated to version 2017_20160722
|
||||||
|
* static_partitioner class is now a fully supported feature.
|
||||||
|
* async_node class is now a fully supported feature.
|
||||||
|
* For 64-bit platforms, quadrupled the worst-case limit on the amount
|
||||||
|
of memory the Intel TBB allocator can handle.
|
||||||
|
* Added TBB_USE_GLIBCXX_VERSION macro to specify the version of GNU
|
||||||
|
libstdc++ when it cannot be properly recognized, e.g. when used
|
||||||
|
with Clang on Linux* OS. Inspired by a contribution from David A.
|
||||||
|
* Added graph/stereo example to demostrate tbb::flow::async_msg.
|
||||||
|
* Removed a few cases of excessive user data copying in the flow graph.
|
||||||
|
* Reworked split_node to eliminate unnecessary overheads.
|
||||||
|
* Added support for C++11 move semantics to the argument of
|
||||||
|
tbb::parallel_do_feeder::add() method.
|
||||||
|
* Added C++11 move constructor and assignment operator to
|
||||||
|
tbb::combinable template class.
|
||||||
|
* Added tbb::this_task_arena::max_concurrency() function and
|
||||||
|
max_concurrency() method of class task_arena returning the maximal
|
||||||
|
number of threads that can work inside an arena.
|
||||||
|
* Deprecated tbb::task_arena::current_thread_index() static method;
|
||||||
|
use tbb::this_task_arena::current_thread_index() function instead.
|
||||||
|
- License changed to Apache-2.0
|
||||||
|
- Please see included CHANGES file for all changes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 8 10:50:50 UTC 2016 - idonmez@suse.com
|
Wed Jun 8 10:50:50 UTC 2016 - idonmez@suse.com
|
||||||
|
|
||||||
|
8
tbb.spec
8
tbb.spec
@ -18,13 +18,13 @@
|
|||||||
|
|
||||||
%define so_ver 2
|
%define so_ver 2
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 44_20160526
|
Version: 2017_20160722
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Threading Building Blocks (TBB)
|
Summary: Threading Building Blocks (TBB)
|
||||||
License: SUSE-GPL-2.0-with-linking-exception
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Url: https://www.threadingbuildingblocks.org/
|
Url: https://www.threadingbuildingblocks.org/
|
||||||
Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src_0.tgz
|
Source0: https://www.threadingbuildingblocks.org/sites/default/files/software_releases/source/tbb%{version}oss_src.tgz
|
||||||
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
|
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
|
||||||
Patch1: optflags.patch
|
Patch1: optflags.patch
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -140,7 +140,7 @@ popd
|
|||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc CHANGES COPYING index.html
|
%doc CHANGES LICENSE index.html
|
||||||
%doc doc/Release_Notes.txt doc/html/
|
%doc doc/Release_Notes.txt doc/html/
|
||||||
%{_includedir}/tbb/
|
%{_includedir}/tbb/
|
||||||
%{_libdir}/libtbb.so
|
%{_libdir}/libtbb.so
|
||||||
|
3
tbb2017_20160722oss_src.tgz
Normal file
3
tbb2017_20160722oss_src.tgz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:fd5fb4c4e0bf6025eb45d12bd7a474821c8e1b45dbf39fe50a256aa4c7ae190d
|
||||||
|
size 2938901
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7bafdcc3bca3aa1acc03da4735aefd6a4ddf2eceec983202319d0a911da1f0d1
|
|
||||||
size 2870426
|
|
Loading…
x
Reference in New Issue
Block a user