Skip to content

Commit

Permalink
Merge pull request #99 from traversaro/removecdt
Browse files Browse the repository at this point in the history
Drop CDT and use conda-forge packages to provide OpenGL on Linux
  • Loading branch information
traversaro authored Aug 20, 2024
2 parents f69f1b1 + d3f1fbd commit 3ef90b3
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .azure-pipelines/azure-pipelines-win.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 1 addition & 16 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .scripts/run_osx_build.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ source:

build:
skip: true # [ppc64le]
number: 0
number: 1
run_exports:
- {{ pin_subpackage(name, max_pin='x') }}

Expand All @@ -26,8 +26,6 @@ requirements:
- cmake
- pkg-config
- ninja
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- sed # [unix]
- diffutils # [unix]
- m2-sed # [win]
Expand All @@ -48,6 +46,7 @@ requirements:
- libosqp
- osqp-eigen
- assimp
- libgl-devel # [linux]
- xorg-libx11 # [linux]
- xorg-libxrandr # [linux]
- xorg-libxfixes # [linux]
Expand Down
5 changes: 0 additions & 5 deletions recipe/yum_requirements.txt

This file was deleted.

0 comments on commit 3ef90b3

Please sign in to comment.