Rebase to version 2020.1.

This commit is contained in:
Jerry James 2020-01-22 21:34:40 -07:00
parent 415a656975
commit 68066bac15
3 changed files with 10 additions and 7 deletions

View File

@ -1 +1 @@
SHA512 (tbb-2020.tar.gz) = 4cb1eafe386d5788c74f4fc19f0f4a0573507b3c0c1657b67f355defd2e2f05feeb3cb1f73a211029aed265d0d7f6bc72db45991e6fa2bc8795ade5f50a3e955 SHA512 (tbb-2020.1.tar.gz) = 4bcde2084c7bfee372d9473876659af59bd273f8e56ebe7fcaef41e51e18dcf8070ca2ab019caddabe6ef5c1c08c0da2f4362567b090872a5d461c9b9b6a73a7

View File

@ -1,7 +1,7 @@
diff -up tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h diff -up tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h
--- tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig 2019-10-09 08:58:36.000000000 -0600 --- tbb-2020.1/src/tbb/tools_api/ittnotify_config.h.orig 2020-01-21 04:26:46.000000000 -0700
+++ tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h 2019-10-13 10:02:40.917579950 -0600 +++ tbb-2020.1/src/tbb/tools_api/ittnotify_config.h 2020-01-22 20:59:51.911673011 -0700
@@ -331,7 +331,7 @@ ITT_INLINE long @@ -335,7 +335,7 @@ ITT_INLINE long
__itt_interlocked_increment(volatile long* ptr) ITT_INLINE_ATTRIBUTE; __itt_interlocked_increment(volatile long* ptr) ITT_INLINE_ATTRIBUTE;
ITT_INLINE long __itt_interlocked_increment(volatile long* ptr) ITT_INLINE long __itt_interlocked_increment(volatile long* ptr)
{ {
@ -9,4 +9,4 @@ diff -up tbb-2019_U9/src/tbb/tools_api/ittnotify_config.h.orig tbb-2019_U9/src/t
+ return __atomic_fetch_add(ptr, 1L, __ATOMIC_SEQ_CST) + 1L; + return __atomic_fetch_add(ptr, 1L, __ATOMIC_SEQ_CST) + 1L;
} }
#endif /* ITT_SIMPLE_INIT */ #endif /* ITT_SIMPLE_INIT */
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */

View File

@ -1,11 +1,11 @@
Name: tbb Name: tbb
Summary: The Threading Building Blocks library abstracts low-level threading details Summary: The Threading Building Blocks library abstracts low-level threading details
Version: 2020 Version: 2020.1
Release: 1%{?dist} Release: 1%{?dist}
License: ASL 2.0 License: ASL 2.0
URL: http://threadingbuildingblocks.org/ URL: http://threadingbuildingblocks.org/
Source0: https://github.com/intel/tbb/archive/%{version}/%{name}-%{version}.tar.gz Source0: https://github.com/intel/tbb/archive/v%{version}/%{name}-%{version}.tar.gz
# These three are downstream sources. # These three are downstream sources.
Source6: tbb.pc Source6: tbb.pc
Source7: tbbmalloc.pc Source7: tbbmalloc.pc
@ -195,6 +195,9 @@ rm $RPM_BUILD_ROOT%{_libdir}/cmake/%{name}/README.rst
%{python3_sitearch}/__pycache__/TBB* %{python3_sitearch}/__pycache__/TBB*
%changelog %changelog
* Wed Jan 22 2020 Jerry James <loganjerry@gmail.com> - 2020.1-1
- Rebase to version 2020.1
* Tue Dec 31 2019 Jerry James <loganjerry@gmail.com> - 2020-1 * Tue Dec 31 2019 Jerry James <loganjerry@gmail.com> - 2020-1
- Rebase to version 2020 - Rebase to version 2020