clew icon indicating copy to clipboard operation
clew copied to clipboard

Out of sync with Blender

Open mdriftmeyer opened this issue 9 years ago • 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.

mdriftmeyer avatar Jul 22 '15 00:07 mdriftmeyer

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

hughperkins avatar Jul 22 '15 00:07 hughperkins

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

hughperkins avatar Jul 22 '15 15:07 hughperkins

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

martijnberger avatar Jul 22 '15 17:07 martijnberger