Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 609564

Summary: pyopencl: opengl bindings missing
Product: Gentoo Linux Reporter: alfwue
Component: Current packagesAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description alfwue 2017-02-16 20:08:27 UTC
opengl bindings missing in pyopencl. True for python 2.7 and 3.4 builds. No difference if opengl use flag is set.

Versions affected: pyopencl 2ß14.1, 2015.1, 2016.1

Workaround, at least for me: untar the 2016.1 package from the distfiles directory
./configure.py --cl-enable-gl
make
as root: make install

for both versions 2.7 and 3.4

Symtoms:
from the examples installed with example use-flag:
python2 gl_particle_animation.py 
gets the error ... has no attibute 'GL_KONTEXT_KHR' with emerged packages
runs with self-configured and compiled source from distfiles.
Comment 1 alfwue 2017-02-16 23:13:33 UTC

*** This bug has been marked as a duplicate of bug 522190 ***
Comment 2 alfwue 2017-02-16 23:48:12 UTC
Dont had the compile issue as in Bug 522190, just the failing of the configuration with "command not found"