Skip to content

Commit

Permalink
Merge pull request #57 from ami-iit/traversaro-patch-2
Browse files Browse the repository at this point in the history
Use libgl-devel to install OpenGL loader on Linux instead of CDTs
  • Loading branch information
S-Dafarra authored Dec 10, 2024
2 parents 3b4380f + e58a5d5 commit 30e9197
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 30e9197

Please sign in to comment.