- 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/package/show/devel:libraries:c_c++/tbb?expand=0&rev=19
This commit is contained in:
committed by
Git OBS Bridge
parent
4b2aa40c7e
commit
3a0ebea12a
8
tbb.spec
8
tbb.spec
@@ -18,13 +18,13 @@
|
||||
|
||||
%define so_ver 2
|
||||
Name: tbb
|
||||
Version: 44_20160526
|
||||
Version: 2017_20160722
|
||||
Release: 0
|
||||
Summary: Threading Building Blocks (TBB)
|
||||
License: SUSE-GPL-2.0-with-linking-exception
|
||||
License: Apache-2.0
|
||||
Group: Development/Libraries/C and C++
|
||||
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
|
||||
Patch1: optflags.patch
|
||||
BuildRequires: gcc-c++
|
||||
@@ -140,7 +140,7 @@ popd
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%doc CHANGES COPYING index.html
|
||||
%doc CHANGES LICENSE index.html
|
||||
%doc doc/Release_Notes.txt doc/html/
|
||||
%{_includedir}/tbb/
|
||||
%{_libdir}/libtbb.so
|
||||
|
Reference in New Issue
Block a user