One of the package in my Anaconda
environment requires OpenGL
, and since we are aiming to generate a general cross-platform recipe, using explicit dependency on OpenGL
is not favourable. Is there a way to include OpenGL
as a recipe, or otherwise, to be installed in an Anaconda
environment?
Edit: install pyopengl
will not solve as the package requires the library libGL.so
but it cannot find...