Skip to content

Commit

Permalink
Use libgl-devel to install OpenGL loader on Linux instead of CDTs
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Dec 10, 2024
1 parent 3b4380f commit e58a5d5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/conda-forge-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,7 @@ jobs:
if: contains(matrix.os, 'ubuntu')
shell: bash -l {0}
run: |
# OpenGL is not found on Ubuntu when using conda. Related issue https://github.com/robotology/robotology-superbuild/issues/929
# See https://github.com/robotology/robotology-superbuild/issues/477
# See https://github.com/robotology/robotology-superbuild/pull/1606
conda install expat freeglut libselinux-cos7-x86_64 xorg-libxau libxcb xorg-libxdamage xorg-libxext xorg-libxfixes xorg-libxxf86vm xorg-libxrandr mesa-libgl-cos7-x86_64 mesa-libgl-devel-cos7-x86_64 xorg-xorgproto
conda install libgl-devel xorg-xorgproto
- name: Configure [Linux]
if: contains(matrix.os, 'ubuntu')
Expand Down

0 comments on commit e58a5d5

Please sign in to comment.