Skip to content

Commit

Permalink
Use libcxx<18 for building on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
bkpoon committed Jul 30, 2024
1 parent f616e94 commit 5c8a012
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ outputs:
- {{ cdt('libxxf86vm') }} # [linux]
- {{ cdt('mesa-libgl-devel') }} # [linux]
- {{ cdt('mesa-dri-drivers') }} # [linux]
- libcxx <18 # [osx]
host:
- libboost-python-devel
- libboost-devel
Expand All @@ -51,6 +52,7 @@ outputs:
- setuptools
- six
- xorg-libxfixes # [linux]
- libcxx <18 # [osx]
run:
- biopython
- future
Expand Down

0 comments on commit 5c8a012

Please sign in to comment.