Martin Coufal
8b99dc5d4e
Update gating.yaml
...
Use new osci.brew-build.tier0.functional instead of baseos-ci.brew-build.tier0.functional.
2024-11-19 13:59:34 +00:00
Troy Dawson
90bdde84c0
Bump release for October 2024 mass rebuild:
...
Resolves: RHEL-64018
2024-10-29 09:15:59 -07:00
Martin Coufal
8d1c7d6953
Add rhel-10 gating
2024-07-10 11:12:43 +00:00
Troy Dawson
efd8bb62e0
Bump release for June 2024 mass rebuild
2024-06-24 09:26:14 -07:00
Jonathan Wakely
9a93cd656e
Bump %release because -4 has already been built
2024-01-25 16:09:29 +00:00
Jonathan Wakely
a09aee0692
Remove Requires:python3-docs for tbb-doc subpackage
2024-01-25 16:06:56 +00:00
Jonathan Wakely
1114828fef
Rename 32-bit arch /usr/lib/pkgconfig/tbb32.pc to tbb.pc
2024-01-22 13:43:01 +00:00
Yaakov Selkowitz
2b533d827e
Avoid python3-docs dependency on RHEL
...
python3-docs is not in RHEL 9+ because of its many build dependencies.
However, when enabled, it is also needed when installing tbb-doc, not
only when building it.
2024-01-19 12:21:24 -05:00
Jonathan Wakely
24feecbea0
Rebase to version 2021.11.0
...
Based on https://copr.fedorainfracloud.org/coprs/jjames/TBB2021 by Jerry James.
2024-01-17 19:27:10 +00:00
Jonathan Wakely
9d62900fe8
SPDX migration
...
Most of the code lists Apache-2.0 but there are some files that contain
the BSD-3-Clause license:
python/tbb/pool.py
python/tbb/test.py
src/tbbmalloc/proxy_overload_osx.h
2023-08-10 15:55:24 +01:00
Fedora Release Engineering
2d0d59230f
Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-07-22 03:13:22 +00:00
Python Maint
6a27513284
Rebuilt for Python 3.12
2023-06-28 19:04:44 +02:00
Jonathan Wakely
c7bf13d61a
Add conflicts tag for tbb-doc ( #2174300 )
...
Also remove outdated provides for bundled(jquery), which is no longer
present in the package.
2023-06-27 17:06:35 +01:00
Python Maint
36a8eef937
Rebuilt for Python 3.12
2023-06-13 20:55:10 +02:00
Václav Kadlčík
da900fb040
Remove an obsoleted option from the CI plan
...
TMT has obsoleted the "directory" option. We do not need to replace it
with anything, the discovery phase works still the same way.
2023-03-01 09:16:03 +01:00
Jonathan Wakely
53a7438cff
tests: fix tmt plan setup, "how: beakerlib" is no longer supported
...
Tests set their "framework" key correctly to "beakerlib", the correct
setting for plan is therefore "tmt". This was not needed until recently,
the old form was deprecated but still supported by Testing Farm, but not
anymore.
2023-02-22 11:58:58 +00:00
Jonathan Wakely
6f6e0a83a8
Add versioned Requires: to python module
2023-02-21 10:08:33 +00:00
Jonathan Wakely
cbe19ef373
Replace patch with upstream one and adjust spec comments
...
This doesn't change the %release because there's no change to the
package content, just the non-source parts of the spec file and patch.
2023-02-16 11:17:41 +00:00
Fedora Release Engineering
202a13e1ca
Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2023-01-21 04:40:49 +00:00
Thomas W Rodgers
32024d134b
Remove errant tab in patch
...
Matches upstream formatting conventions
2023-01-17 09:33:58 -08:00
Thomas W Rodgers
481736a2e1
Fix build failure with GCC13 (bz 2161412)
2023-01-16 18:39:08 -08:00
Thomas W Rodgers
f1ddf5e782
Fix build failure with Python 3.12.0 (bz 2154975)
2023-01-11 19:15:18 -08:00
Fedora Release Engineering
d468f909f3
Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-07-23 10:06:54 +00:00
Python Maint
9e3f394878
Rebuilt for Python 3.11
2022-06-13 15:28:22 +02:00
Fedora Release Engineering
857fdeb3e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2022-01-22 02:19:46 +00:00
Fedora Release Engineering
57188ab361
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-07-23 18:54:27 +00:00
Thomas Rodgers
55b83c689a
Merge change to remove baseos-qe.koji-build.scratch-build.validation ahajkova
2021-06-09 07:47:49 -07:00
Alexandra Hájková
a8ed77159a
gating.yaml: remove mistakenly added baseos-qe.koji-build.scratch-build.validation
2021-06-09 10:57:50 +02:00
Python Maint
fb13d64d8a
Rebuilt for Python 3.10
2021-06-04 21:16:23 +02:00
Thomas Rodgers
c016558410
Fix ABI regression in tbb::empty_task caused by switch to LTO
2021-06-03 12:30:44 -07:00
Alexandra Hájková
0f20ac28a8
enable CI gating
2021-04-15 11:17:32 +02:00
Jerry James
a4b9df0c98
Fix cmake file installation some more (bz 1930389).
2021-02-22 09:28:56 -07:00
Jerry James
000c049388
Fix cmake file installation (bz 1930389).
...
- Allow use of RTM instructions when available.
- At upstream's suggestion, do not force ITT_NOTIFY support.
- Drop -fetchadd64 patch, only needed for forced ITT_NOTIFY support.
2021-02-18 16:34:41 -07:00
Fedora Release Engineering
177a3e4a33
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2021-01-27 21:37:52 +00:00
Jerry James
e35e6b14ab
Explicitly BR make.
2020-11-09 21:16:43 -07:00
Fedora Release Engineering
15bdf135d5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-07-29 12:07:35 +00:00
Jerry James
eb8a481cec
Rebase to version 2020.3.
2020-07-27 10:38:21 -06:00
Tom Stellard
15df25ac84
Use make macros
...
https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
2020-07-22 03:52:42 +00:00
Jerry James
d30055c777
Drop unnecessary %python_provide in Rawhide.
2020-07-21 19:50:50 -06:00
Miro Hrončok
c4fe2b68a2
Rebuilt for Python 3.9
2020-05-26 03:51:40 +02:00
Jerry James
be3639e235
Cope with compilers that have names other than gcc or clang.
2020-04-28 10:13:08 -06:00
Timm Bäder
491303ecdc
Update the test-thread-monitor patch to use std::atomic
...
tbb::atomic is deprecated and the build otherwise fails with clang.
2020-04-27 16:28:36 +02:00
Timm Bäder
0cbe27892d
spec: Pass compiler to make
...
tbb's build system already can handle different compiles such as gcc,
clang and icc. However, to pick the correct build definitions, it needs
to be told what compiler to use. Setting CC to that value does not
suffice and the 'compiler' variable needs to be passed to make.
2020-04-27 16:26:18 +02:00
Jerry James
1395d71065
Rebase to version 2020.2.
2020-03-31 07:43:41 -06:00
Fedora Release Engineering
259518be53
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
...
Signed-off-by: Fedora Release Engineering <releng@fedoraproject.org>
2020-01-31 01:07:20 +00:00
Jerry James
68066bac15
Rebase to version 2020.1.
2020-01-22 21:34:40 -07:00
Jerry James
415a656975
Disable buggy test_task_scheduler_observer.
2020-01-02 10:19:47 -07:00
Jerry James
59598f1a37
Upload the new sources.
2019-12-31 10:31:18 -07:00
Jerry James
c1c9c561bc
Rebase to version 2020.
2019-12-31 10:28:22 -07:00
Jerry James
bc177da166
Fix compilation on aarch64 and s390x.
...
See https://github.com/intel/tbb/issues/186 .
2019-10-13 16:08:23 -06:00