Skip to content

Commit

Permalink
Update meta.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredboudon committed Jan 22, 2024
1 parent be84843 commit 47c4f9f
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions conda/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,11 @@ build:
number: 2

requirements:
# run_constrained: # [osx]
# - __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.9") }} # [osx]
# run_constrained: # [osx and x86_64]
- __osx >={{ MACOSX_DEPLOYMENT_TARGET|default("10.14") }} # [osx and x86_64]
build:
- python
- {{ compiler('cxx')}}
- make # [unix]
- sip
- pyqt5-sip
- pyqt-builder
- pkg-config # [linux]
- sysroot_linux-64 2.17 # [linux64]
- binutils_impl_linux-64 # [linux]
Expand All @@ -35,9 +31,12 @@ requirements:
- {{ cdt('libselinux') }} # [linux]
- {{ cdt('libxdamage') }} # [linux]
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxcb') }} # [linux]
- {{ cdt('libxfixes') }} # [linux]
- {{ cdt('libxcb') }} # [linux]
# from https://conda-forge.org/docs/maintainer/knowledge_base.html#libgl
- python # [build_platform != target_platform]
- sip # [build_platform != target_platform]
- pyqt-builder # [build_platform != target_platform]
host:
- python
- pip
Expand Down

0 comments on commit 47c4f9f

Please sign in to comment.