Skip to content

Commit

Permalink
Merge pull request #31 from traversaro/v9removecdts
Browse files Browse the repository at this point in the history
[v9] Remove CDTs and use regular conda packages for OpenGL support
  • Loading branch information
traversaro authored Oct 2, 2024
2 parents f8145c7 + 30e2808 commit 38c866d
Showing 1 changed file with 5 additions and 18 deletions.
23 changes: 5 additions & 18 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ source:
- 1071.patch

build:
number: 0
number: 1

outputs:
- name: {{ cxx_name }}
Expand All @@ -34,32 +34,19 @@ outputs:
- ninja
- cmake
- pkg-config
# x11
- {{ cdt('mesa-libgl-devel') }} # [unix and not (osx and arm64)]
- {{ cdt('mesa-dri-drivers') }} # [unix and not (osx and arm64)]
- {{ cdt('mesa-libegl-devel') }} # [linux]
- {{ cdt('libglvnd-devel') }} # [linux]
- {{ cdt('libselinux') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxext') }} # [linux]
- {{ cdt('libxau') }} # [linux]
host:
- libglu # [linux]
- dlfcn-win32 # [win]
- xorg-libx11 # [unix]
- xorg-libxext # [unix]
- libglu # [linux]
- libgz-math8
- libgz-common6
- libgz-plugin3
- libgz-utils3
- ogre-next
- ogre 1.10.*
- libglx-devel # [linux]
- libopengl-devel # [linux]
- libegl-devel # [linux]
run:
- xorg-libx11 # [unix]
- xorg-libxext # [unix]
- libglu # [linux]
- {{ pin_compatible('ogre', max_pin='x.x') }}
test:
commands:
Expand Down

0 comments on commit 38c866d

Please sign in to comment.