-
Notifications
You must be signed in to change notification settings - Fork 3.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to handle OpenGL requirement on Linux #489
Comments
To me, it sounds reasonable to assume a working X installation for such packages. |
Johannes -- thanks much. Any objections from anyone if I add |
Thanks again for the feedback. I added mesa in and updated the |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi all;
I'm working on porting over R/bioconductor libraries to bioconda, and ran into an issue with those that require
r-rgl
. It links against libGLU, and gives errors:I could fix by installing an OpenGL implementation like Mesa:
yum install mesa-libGLU-devel
on the build box. Does everyone think this is the best plan to handle this, or know of a better/cleaner way to provide the dependency in conda without bringing in a huge X porting effort? Thanks for any help or ideas.The text was updated successfully, but these errors were encountered: