Dnia 2014-08-07, czw o godzinie 16:21 +0200, Kai Ruhl pisze:
> Hi *,
> 
> is there a possibility to install python-opencl from apt with GL 
> enabled? (disabled by default) I thought I saw something like this on a 
> message board somewhere, but am unable to find it again. It went 
> something like
> 
> CL_ENABLE_GL=true apt-get install python-pyopencl
> 
> or so. Background is that I want others to install pyopencl with 
> ENABLE_GL without having to go through git/build.

I am maintainer of PyOpenCL and it is built with OpenGL support enabled.
During package build I call ./configure.py with option --cl-enable-gl.
(line 17 of debian/rules is ./configure.py
--boost-python-libname=boost_python-py --cl-enable-gl)

Did it stop working? If OpenGL does not work, you might try
to install python-pyopengl - it is Recommended package, not
strict requirement to allow for using PyOpenCL without
the need for full graphical environment.

Please let me know whether OpenGL works, and if not what
is the error message.

Best regards.

-- 
Tomasz Rybak  GPG/PGP key ID: 2AD5 9860
Fingerprint A481 824E 7DD3 9C0E C40A  488E C654 FB33 2AD5 9860
http://member.acm.org/~tomaszrybak

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
PyOpenCL mailing list
[email protected]
http://lists.tiker.net/listinfo/pyopencl

Reply via email to