> $ sudo dnf repoquery -l python3-bout++ | grep info
> # returns nothing
> 
> Thanks again for all your replies. I'm going to spend some time
> tinkering with the nest sources to see what I can do.

They should be though in the mpi packages:
$ sudo dnf repoquery -l python3-bout++-mpich | grep info
# returns nothing
But they are there missing as well.
I think the issue is that not the wheel gets installed with cmake, but the 
installation is done with cmake:
https://github.com/boutproject/BOUT-dev/blob/master/tools/pylib/_boutpp_build/CMakeLists.txt#L115

I just notice that the wheel is not build at all, as that invokes cmake itself, 
thus a different wheel would need to be build by cmake, but then I am not sure 
how that can be installed?
_______________________________________________
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