Skip to content

Commit

Permalink
improve dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 22, 2024
1 parent e542494 commit 14cd8e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
12 changes: 10 additions & 2 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,20 @@ requirements:
# run_constrained: # [osx]
# - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]
build:
- python
- {{ compiler('cxx')}}
- make # [unix]
- pkg-config # [linux]
- sysroot_linux-64 2.17 # [linux64]
- binutils_impl_linux-64 # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- {{ cdt('libxext') }} # [linux]
- {{ cdt('libselinux') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxext') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxcb') }} # [linux]
# from https://conda-forge.org/docs/maintainer/knowledge_base.html#libgl
host:
- python
Expand All @@ -38,8 +43,11 @@ requirements:
- libqglviewer >=2.8
- sip
- pyqt5-sip
- xorg-libxfixes # [linux]
- pyqt-builder
- libxcb # [linux]
- pthread-stubs # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
- xorg-libxfixes # [linux]



Expand Down
1 change: 1 addition & 0 deletions conda/yum_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
mesa-libGL
mesa-libGL-devel
mesa-dri-drivers
libselinux
libXdamage
Expand Down

0 comments on commit 14cd8e6

Please sign in to comment.