non port: devel/onetbb/distinfo |
SVNWeb
|
Number of commits found: 13 |
Mon, 21 Aug 2023
|
[ 10:09 Ganael LAPLANCHE (martymac) ] 22e222c (Only the first 10 of 48 ports in this commit are shown above. )
devel/onetbb: Update to 2021.10.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.10.0
|
Tue, 9 May 2023
|
[ 10:25 Ganael LAPLANCHE (martymac) ] 8f947d9 (Only the first 10 of 48 ports in this commit are shown above. )
devel/onetbb: Update to 2021.9.0
and bump dependent ports' revisions.
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.9.0
|
Fri, 3 Mar 2023
|
[ 15:01 Ganael LAPLANCHE (martymac) ] 1dc2569 (Only the first 10 of 45 ports in this commit are shown above. )
devel/onetbb: Update to 2021.8.0
Also:
- bump dependent ports' revisions
- fix build when WITH_DEBUG is set
Release notes: https://github.com/oneapi-src/oneTBB/releases/tag/v2021.8.0
|
Thu, 3 Nov 2022
|
[ 11:32 Ganael LAPLANCHE (martymac) ] e02e127 (Only the first 10 of 42 ports in this commit are shown above. )
devel/onetbb: Update to 2021.7.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.7.0/RELEASE_NOTES.md
|
Wed, 28 Sep 2022
|
[ 10:28 Ganael LAPLANCHE (martymac) ] e3eba48 (Only the first 10 of 42 ports in this commit are shown above. )
devel/onetbb: Update to 2021.6.0
and bump dependent ports' revisions.
Release notes:
https://github.com/oneapi-src/oneTBB/blob/v2021.6.0/RELEASE_NOTES.md
|
Wed, 5 Jan 2022
|
[ 16:43 Ganael LAPLANCHE (martymac) ] 4a0e524 (Only the first 10 of 33 ports in this commit are shown above. )
devel/onetbb: Update to 2021.5.0
and bump dependent ports' revisions
|
Sun, 10 Oct 2021
|
[ 15:11 Ganael LAPLANCHE (martymac) ] 036bda7 (Only the first 10 of 30 ports in this commit are shown above. )
devel/onetbb: Update to 2021.4.0
Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
|
Sat, 17 Jul 2021
|
[ 16:57 Ganael LAPLANCHE (martymac) ] 908b8b9
devel/onetbb: Integrate patch from previous commit 1daf680
to avoid fetch problems.
PR: 257220
Reported by: mandree
|
Sun, 11 Jul 2021
|
[ 22:44 Piotr Kubaj (pkubaj) ] 1daf680
devel/onetbb: fix build on powerpc*
/usr/bin/c++ -D__TBBMALLOC_BUILD -D__TBB_USE_ITT_NOTIFY
-I/wrkdirs/usr/ports/devel/onetbb/work/oneTBB-2021.3.0/src/tbbmalloc/../../include
-O2 -pipe -fstack-protector-strong -fno-strict-aliasing -O2 -pipe
-fstack-protector-strong -fno-strict-aliasing -fPIC -fno-rtti -fno-exceptions
-pthread -std=c++11 -MD -MT
src/tbbmalloc/CMakeFiles/tbbmalloc.dir/frontend.cpp.o -MF
src/tbbmalloc/CMakeFiles/tbbmalloc.dir/frontend.cpp.o.d -o
src/tbbmalloc/CMakeFiles/tbbmalloc.dir/frontend.cpp.o -c
/wrkdirs/usr/ports/devel/onetbb/work/oneTBB-2021.3.0/src/tbbmalloc/frontend.cpp
/wrkdirs/usr/ports/devel/onetbb/work/oneTBB-2021.3.0/src/tbbmalloc/frontend.cpp:829:30:
error: use of undeclared identifier 'getSmallObjectIndex'
unsigned int index = getSmallObjectIndex( size );
|
Fri, 9 Jul 2021
|
[ 11:05 Ganael LAPLANCHE (martymac) ] 0da9b8b (Only the first 10 of 20 ports in this commit are shown above. )
devel/onetbb: Update to 2021.3.0
Release notes:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
|
Wed, 14 Apr 2021
|
[ 10:08 Ganael LAPLANCHE (martymac) ] 9ee8484 (Only the first 10 of 17 ports in this commit are shown above. )
devel/onetbb: Update to 2021.2.0 and bump dependencies
Changelog:
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
|
Wed, 24 Feb 2021
|
[ 11:15 martymac ] (Only the first 10 of 15 ports in this commit are shown above. )
Repocopy devel/onetbb from devel/tbb
(forgotten with previous introduction of devel/onetbb)
Reported by: danfe
|
Fri, 19 Feb 2021
|
[ 15:14 martymac ] (Only the first 10 of 38 ports in this commit are shown above. )
Introduce devel/onetbb and mark devel/tbb as legacy
Intel oneAPI tbb 2021.1 (onetbb) has been released[1][2] and has deprecated
several interfaces over tbb 2020, breaking most dependent ports.
Old tbb 2020 will be kept for a certain time to allow transition but will be
removed in a near future as it CONFLICTS with devel/onetbb. New ports should
now use devel/onetbb instead of devel/tbb.
We tried to move a maximum number of dependent ports to devel/onetbb (or
disable dependency when not possible), but some of them still remain stuck
to devel/tbb. Remaining ones have not been identified as major dependencies
themselves and will be fixed as soon as updates are available from upstream.
PR: 252648, 252688 [3], 252683 [4], 252651 [5], 252690 [3], 252693 [3],
252695 [3], 252696 [3], 252786 [3], 252649, 252868 [6], 252870 [5],
252684 [7], 252785 [7]
Approved by: yuri [3], jwb [4], thierry [5], FreeBSD@Shaneware.biz [6],
maintainer timeout [7]
[1]
https://software.intel.com/content/www/us/en/develop/articles/intel-oneapi-threading-building-blocks-release-notes.html
[2]
https://software.intel.com/content/www/us/en/develop/articles/tbb-revamp.html
|
Number of commits found: 13 |