On Mon, Jun 12, 2023 21:07:05 +0200, Miro Hrončok wrote:
> On 12. 06. 23 16:04, Ankur Sinha wrote:
> > However, I can't figure out how I would replicate the build using the
> > `pyproject` macros. I guess `pyproject_wheel` usage is straightforward
> > (?), but how do I get `pyproject_install` to install in the
> > $MPI_SITEARCH locations, and then how do I get `pyproject_save_files` to
> > store the files in three different lists that I can use in the different
> > `%files` sections?
> 
> 
> This is currently not possible. Unfortunately, support for this would
> require somebody else than me to drive it.
> 
> (If you just need to install the same files in multiple locations, you can
> cp -a them around after %pyproject_install.)

Thanks for your reply, Miro. I guess I can go through the pyproject
macro sources and see if it's possible to replicate their flow in the
spec. If not, I'll try and replace the `setup.py` commands with `pip`
commands in the spec and see how that goes.

-- 
Thanks,
Regards,
Ankur Sinha "FranciscoD" (He / Him / His) | 
https://fedoraproject.org/wiki/User:Ankursinha
Time zone: Europe/London

Attachment: signature.asc
Description: PGP signature

_______________________________________________
python-devel mailing list -- python-devel@lists.fedoraproject.org
To unsubscribe send an email to python-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/python-devel@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to