Accepting request 1169823 from devel:libraries:c_c++
- Update to version 2021.11.0: OBS-URL: https://build.opensuse.org/request/show/1169823 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/tbb?expand=0&rev=36
This commit is contained in:
commit
7a084f8ffc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:782ce0cab62df9ea125cdea253a50534862b563f1d85d4cda7ad4e77550ac363
|
|
||||||
size 2613493
|
|
BIN
tbb-2021.12.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
tbb-2021.12.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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