"Keith R. Brafford" <[email protected]> writes: > I am trying to use pip to install pyopencl on OSX, but I can't get > pyopencl.have_gl() to return True. > > How can I tell pip to compile the module such that I can get gl > interoperability?
Create a $HOME/.aksetup-defualts.py with one line: CL_HAVE_GL = True Then run the pip install. That should do it. If not, come back and yell at me. Andreas
pgpH2jhZGlso6.pgp
Description: PGP signature
_______________________________________________ PyOpenCL mailing list [email protected] http://lists.tiker.net/listinfo/pyopencl
