Re: Fedora EPEL 7 and enabling devtoolset

2021-12-01 Thread David Sommerseth
On 25/11/2021 15:11, Ben Beasley wrote: I’d like to point to https://src.fedoraproject.org/rpms/sleef/blob/epel7/f/sleef.spec as a working example of a package that is built with a devtoolset in EPEL7. While I maintain the sleef package, the EPEL7 backport was contributed by Dave Love. – Ben Bea

Re: Fedora EPEL 7 and enabling devtoolset

2021-11-25 Thread Jonathan Wakely
On Thu, 25 Nov 2021 at 13:59, David Sommerseth wrote: > b) By adding the devtoolset as a build dependency, is that enough? > Will the final .rpm need anything else installed to function? Like a > newer libstdc++? No, that's the point of devtoolset, as opposed to just building your own new GCC. I

Re: Fedora EPEL 7 and enabling devtoolset

2021-11-25 Thread Ben Beasley
I’d like to point to https://src.fedoraproject.org/rpms/sleef/blob/epel7/f/sleef.spec as a working example of a package that is built with a devtoolset in EPEL7. While I maintain the sleef package, the EPEL7 backport was contributed by Dave Love. – Ben Beasley On 11/25/21 08:56, David Sommer