Re: Modernize Thread Building Blocks for Fedora 39

2023-07-11 Thread Jonathan Wakely
On Thu, 6 Jul 2023 at 15:15, Jonathan Wakely wrote: > > On Thu, 6 Jul 2023 at 11:46, Jonathan Wakely wrote: > > > > Oops, I meant to CC the package-ow...@fedoraproject.org addresses for > > the packages I'll be changing (see below). > > > > For blender, gazebo, opencascade, and opensubdiv, it's

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jerry James
On Thu, Jul 6, 2023 at 4:12 AM Jonathan Wakely wrote: > This is a status update for > https://fedoraproject.org/wiki/Changes/F39ModernizeTBB > > The tbb2020.3 compat package has now been added to rawhide: > https://bodhi.fedoraproject.org/updates/FEDORA-2023-15ccd1cedb > > It doesn't include the

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
On Thu, 6 Jul 2023 at 11:46, Jonathan Wakely wrote: > > Oops, I meant to CC the package-ow...@fedoraproject.org addresses for > the packages I'll be changing (see below). > > For blender, gazebo, opencascade, and opensubdiv, it's a one line > change to the spec file, something like: > >

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
On Thu, 6 Jul 2023 at 12:43, Richard Shaw wrote: > > On Thu, Jul 6, 2023 at 5:41 AM Jonathan Wakely wrote: >> >> > >> > Wouldn't it be better to just update OpenCascade to its new upstream >> > version in that sidetag as well instead of doing a compat package for it? >> >> Define better. >> To

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Richard Shaw
On Thu, Jul 6, 2023 at 5:41 AM Jonathan Wakely wrote: > > > > Wouldn't it be better to just update OpenCascade to its new upstream > version in that sidetag as well instead of doing a compat package for it? > > Define better. > To be clear, I'm not "doing a compat package" for it. I'm just >

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
On Thu, 6 Jul 2023 at 11:46, Jonathan Wakely wrote: > > Oops, I meant to CC the package-ow...@fedoraproject.org addresses for > the packages I'll be changing (see below). Which should be package-matinain...@fedoraproject.org nowadays. Doh. > > For blender, gazebo, opencascade, and opensubdiv,

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
Oops, I meant to CC the package-ow...@fedoraproject.org addresses for the packages I'll be changing (see below). For blender, gazebo, opencascade, and opensubdiv, it's a one line change to the spec file, something like: -BuildRequires: tbb-devel +BuildRequires: tbb2020.3-devel If you're happy

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
On Thu, 6 Jul 2023 at 11:21, Ian McInerney via devel wrote: > > > > On Thu, Jul 6, 2023 at 11:12 AM Jonathan Wakely wrote: >> >> This is a status update for >> https://fedoraproject.org/wiki/Changes/F39ModernizeTBB >> >> The tbb2020.3 compat package has now been added to rawhide: >>

Re: Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Ian McInerney via devel
On Thu, Jul 6, 2023 at 11:12 AM Jonathan Wakely wrote: > This is a status update for > https://fedoraproject.org/wiki/Changes/F39ModernizeTBB > > The tbb2020.3 compat package has now been added to rawhide: > https://bodhi.fedoraproject.org/updates/FEDORA-2023-15ccd1cedb > > It doesn't include

Modernize Thread Building Blocks for Fedora 39

2023-07-06 Thread Jonathan Wakely
This is a status update for https://fedoraproject.org/wiki/Changes/F39ModernizeTBB The tbb2020.3 compat package has now been added to rawhide: https://bodhi.fedoraproject.org/updates/FEDORA-2023-15ccd1cedb It doesn't include the docs or python modules (you can use the main tbb package for

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-03-02 Thread Kevin Kofler via devel
Zbigniew Jędrzejewski-Szmek wrote: > True. But is this annoyance bigger than updating dependent packages > to load headers from a different location? Apparently many (most?) > packages will need to use the compat headers at least for now, so that > cost would be pretty high. This depends mainly

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-03-01 Thread Zbigniew Jędrzejewski-Szmek
On Tue, Feb 28, 2023 at 11:06:21AM -0800, Thomas Rodgers wrote: > On Tue, Feb 28, 2023 at 7:46 AM Zbigniew Jędrzejewski-Szmek < > zbys...@in.waw.pl> wrote: > > > On Thu, Feb 16, 2023 at 01:46:24PM +, Ian McInerney via devel wrote: > > > On Wed, Feb 15, 2023 at 6:42 PM Ben Cotton wrote: > > >

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-03-01 Thread Zbigniew Jędrzejewski-Szmek
On Wed, Mar 01, 2023 at 02:36:18PM +0100, Kevin Kofler via devel wrote: > Zbigniew Jędrzejewski-Szmek wrote: > > Parallel runtime installation is obviously required. > > But is it necessary to have parallel installation of devel headers? > > It might be less work to have conflicting -devel

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-03-01 Thread Kevin Kofler via devel
Zbigniew Jędrzejewski-Szmek wrote: > Parallel runtime installation is obviously required. > But is it necessary to have parallel installation of devel headers? > It might be less work to have conflicting -devel packages and just > BuildRequire one or the other. Conflicting -devel packages are an

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-02-28 Thread Thomas Rodgers
On Tue, Feb 28, 2023 at 7:46 AM Zbigniew Jędrzejewski-Szmek < zbys...@in.waw.pl> wrote: > On Thu, Feb 16, 2023 at 01:46:24PM +, Ian McInerney via devel wrote: > > On Wed, Feb 15, 2023 at 6:42 PM Ben Cotton wrote: > > > > > https://fedoraproject.org/wiki/Changes/F39ModernizeTBB > > > > > >

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-02-28 Thread Zbigniew Jędrzejewski-Szmek
On Thu, Feb 16, 2023 at 01:46:24PM +, Ian McInerney via devel wrote: > On Wed, Feb 15, 2023 at 6:42 PM Ben Cotton wrote: > > > https://fedoraproject.org/wiki/Changes/F39ModernizeTBB > > > > This document represents a proposed Change. As part of the Changes > > process, proposals are publicly

Re: F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-02-16 Thread Ian McInerney via devel
On Wed, Feb 15, 2023 at 6:42 PM Ben Cotton wrote: > https://fedoraproject.org/wiki/Changes/F39ModernizeTBB > > This document represents a proposed Change. As part of the Changes > process, proposals are publicly announced in order to receive > community feedback. This proposal will only be

F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-02-15 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/F39ModernizeTBB This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering

F39 proposal: Modernize Thread Building Blocks for Fedora 39 (System-Wide Change proposal)

2023-02-15 Thread Ben Cotton
https://fedoraproject.org/wiki/Changes/F39ModernizeTBB This document represents a proposed Change. As part of the Changes process, proposals are publicly announced in order to receive community feedback. This proposal will only be implemented if approved by the Fedora Engineering Steering