I got a test package almost built but still working out the last few problems.
1. For some reason we need to link with the Boost boost_python component but that hasn't been required before. I don't have time to determine why so I'm using the big stick method to make it work. To make matters worse because the python version is part of the library name you have to request it that way, e.g.: find_package(Boost COMPONENTS python310), which is annoying and non-portable. I'm resorting to sed to take care of that within the spec file. 2. In %install it tries to install some RPM macros referencing a SOURCE3 but it does not exist. I've commented it out for now. Thanks, Richard
_______________________________________________ devel mailing list -- devel@lists.fedoraproject.org To unsubscribe send an email to devel-le...@lists.fedoraproject.org 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@lists.fedoraproject.org Do not reply to spam on the list, report it: https://pagure.io/fedora-infrastructure