martijnberger/clew

Out of sync with Blender

mdriftmeyer opened this issue · 3 comments

Blender has a need for libGLEW.so instead of libglew.so and fails to build without it. On Linux I just made a ln -s libglew.so libGLEW.so but I imagine you can make a cleaner solution by providing a link installed version of it.

Presuambly you mean libCLEW.so, rather than libGLEW.so?

Note: googled for 'blender clew', and seems that blender does use clew, https://developer.blender.org/T36086

Blender uses GLEW clew and cuew for binding opengl, opencl, and cuda.