I spent a bit of time last night trying to fix the python-pyopengl build
failure. Here's where I got to:

It is the accelerate module which is failing to build when compiling the .c
files that ship with the source tarball. These are generated upstream by
Cython from the shipped .pyx files. Build failure arises due to a change in
the python internal data structures, and so the .c files need to be
regenerated by Cython.

I adjusted the package to regenerate the .c files during package build, but
that currently fails due to missing .pxd files in the source tarball. I
grabbed those files from the upstream git repo and added them to the
package sources, but Cython isn't finding them - obviously the Cython load
path needs adjusting somehow.

That's where I got to before I needed some sleep. I won't pick this up
again until the weekend, so if anyone has time to look at it before then,
that would be great.

Cheers,
Jonathan.
_______________________________________________
devel mailing list -- devel@lists.fedoraproject.org
To unsubscribe send an email to devel-le...@lists.fedoraproject.org
Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/message/RAES7UMYGXXAGP2BKWE5KUMN6W34UBA4/

Reply via email to