On Wed, May 12, 2021 at 9:49 AM Евгений Пивнев <ti.eugene@xxxxxxxxx> wrote: > > Is there any real package .spec that use cc-toolset-9 as example? > SCL documentation is too extensive and mostly about creating new SCL, > I cannot find short description how simply to make one new package using modern C++. > Not sure if it is a real package (or if this is even the way it should be done), but I have seen the following in spec files along with the needed (for your package) (%if ...) tests for epel8. BuildRequires: gcc-toolset-9 and at the top of the %build section: source scl_source enable gcc-toolset-9 >/dev/null 2>/dev/null && true || true As I recall, depend on what that package requires/is doing in other sections one may also need to do the same source scl_source in those sections. Good luck. _______________________________________________ devel mailing list -- devel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to devel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/devel@xxxxxxxxxxxxxxxxxxxxxxx Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure