Accepting request 1169005 from home:cabelo:branches:devel:libraries:c_c++
- Update to version 2021.11.0: * Fixed parallel_for_each algorithm behavior for iterators defining iterator_concept trait instead of iterator_category. * Fixed the incorrect binary search order in TBBConfig.cmake. OBS-URL: https://build.opensuse.org/request/show/1169005 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tbb?expand=0&rev=95
This commit is contained in:
parent
7c0a6f9b81
commit
739780ab34
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363
|
|
||||||
size 2613493
|
|
3
tbb-2021.12.0.tar.gz
Normal file
3
tbb-2021.12.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:ae8759c9025101106c9e37a7431968cb789c0a6fb08c53431b0dd9cb150b1549
|
||||||
|
size 2721363
|
@ -1,3 +1,11 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 19 03:16:09 UTC 2024 - Alessandro de Oliveira Faria <cabelo@opensuse.org>
|
||||||
|
|
||||||
|
- Update to version 2021.11.0:
|
||||||
|
* Fixed parallel_for_each algorithm behavior for iterators defining
|
||||||
|
iterator_concept trait instead of iterator_category.
|
||||||
|
* Fixed the incorrect binary search order in TBBConfig.cmake.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jan 25 16:31:59 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
Thu Jan 25 16:31:59 UTC 2024 - Ana Guerrero <ana.guerrero@suse.com>
|
||||||
|
|
||||||
|
2
tbb.spec
2
tbb.spec
@ -41,7 +41,7 @@
|
|||||||
%bcond_with python3
|
%bcond_with python3
|
||||||
%endif
|
%endif
|
||||||
Name: tbb
|
Name: tbb
|
||||||
Version: 2021.11.0
|
Version: 2021.12.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: oneAPI Threading Building Blocks (oneTBB)
|
Summary: oneAPI Threading Building Blocks (oneTBB)
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
|
@ -1,9 +1,8 @@
|
|||||||
Index: oneTBB-2021.11.0/cmake/compilers/GNU.cmake
|
diff -uNr oneTBB-2021.12.0.orig/cmake/compilers/GNU.cmake oneTBB-2021.12.0/cmake/compilers/GNU.cmake
|
||||||
===================================================================
|
--- oneTBB-2021.12.0.orig/cmake/compilers/GNU.cmake 2024-02-13 08:49:20.000000000 -0300
|
||||||
--- oneTBB-2021.11.0.orig/cmake/compilers/GNU.cmake
|
+++ oneTBB-2021.12.0/cmake/compilers/GNU.cmake 2024-04-19 03:55:56.178055557 -0300
|
||||||
+++ oneTBB-2021.11.0/cmake/compilers/GNU.cmake
|
@@ -75,7 +75,6 @@
|
||||||
@@ -75,7 +75,6 @@ set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMO
|
if (NOT APPLE AND NOT MINGW)
|
||||||
if (NOT APPLE)
|
|
||||||
set(TBB_LIB_LINK_FLAGS ${TBB_LIB_LINK_FLAGS} -Wl,-z,relro,-z,now,-z,noexecstack)
|
set(TBB_LIB_LINK_FLAGS ${TBB_LIB_LINK_FLAGS} -Wl,-z,relro,-z,now,-z,noexecstack)
|
||||||
endif()
|
endif()
|
||||||
-set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} $<$<NOT:$<CONFIG:Debug>>:-D_FORTIFY_SOURCE=2> )
|
-set(TBB_COMMON_COMPILE_FLAGS ${TBB_COMMON_COMPILE_FLAGS} $<$<NOT:$<CONFIG:Debug>>:-D_FORTIFY_SOURCE=2> )
|
||||||
|
Loading…
x
Reference in New Issue
Block a user