Accepting request 477056 from devel:libraries:c_c++
- Update to 2017_20170226 release * Added support for C++11 move semantics in parallel_do. * Constructors for many classes, including graph nodes, concurrent containers, thread-local containers, etc., are declared explicit and cannot be used for implicit conversions anymore. * Added a workaround for bug 16657 in the GNU C Library (glibc) affecting the debug version of tbb::mutex. * Fixed a crash in pool_identify() called for an object allocated in another thread. OBS-URL: https://build.opensuse.org/request/show/477056 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=5
This commit is contained in:
commit
eb7b29034c
3
2017_U5.tar.gz
Normal file
3
2017_U5.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:780baf0ad520f23b54dd20dc97bf5aae4bc562019e0a70f53bfc4c1afec6e545
|
||||
size 2856407
|
13
tbb.changes
13
tbb.changes
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Mar 5 19:42:50 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Update to 2017_20170226 release
|
||||
* Added support for C++11 move semantics in parallel_do.
|
||||
* Constructors for many classes, including graph nodes, concurrent
|
||||
containers, thread-local containers, etc., are declared explicit
|
||||
and cannot be used for implicit conversions anymore.
|
||||
* Added a workaround for bug 16657 in the GNU C Library (glibc)
|
||||
affecting the debug version of tbb::mutex.
|
||||
* Fixed a crash in pool_identify() called for an object allocated in
|
||||
another thread.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 12 09:04:36 UTC 2016 - idonmez@suse.com
|
||||
|
||||
|
10
tbb.spec
10
tbb.spec
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package tbb
|
||||
#
|
||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -16,15 +16,17 @@
|
||||
#
|
||||
|
||||
|
||||
%define rel_ver 2017_U5
|
||||
%define so_ver 2
|
||||
|
||||
Name: tbb
|
||||
Version: 2017_20161128
|
||||
Version: 2017_20170226
|
||||
Release: 0
|
||||
Summary: Threading Building Blocks (TBB)
|
||||
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.tgz
|
||||
Source0: https://github.com/01org/tbb/archive/%{rel_ver}.tar.gz
|
||||
# PATCH-FIX-OPENSUSE optflags.patch -- Use rpm optflags
|
||||
Patch1: optflags.patch
|
||||
BuildRequires: gcc-c++
|
||||
@ -85,7 +87,7 @@ details and threading mechanism for performance and scalability.
|
||||
This package contains the header files needed for development with tbb.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}%{version}oss
|
||||
%setup -q -n %{name}-%{rel_ver}
|
||||
%patch1 -p1
|
||||
|
||||
%build
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c009166233c8ea0e34530a1c5f870b79314316d19e6876b37a7e7c854080a540
|
||||
size 2965854
|
Loading…
x
Reference in New Issue
Block a user