Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Jerphanion <[email protected]>
  • Loading branch information
jjerphan committed Jul 30, 2024
1 parent 5548740 commit e7e9f1c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,13 @@ requirements:
- {{ stdlib("c") }}
- cmake
- ninja
# The build of libcxx 18 is currently broken on macOS.
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
- libcxx <18 # [osx]
host:
# The build of libcxx 18 is currently broken on macOS.
# See: https://github.com/conda-forge/libcxx-feedstock/issues/162
- libcxx <18 # [osx]
- libboost-devel
- double-conversion
- fmt {{ fmt }}
Expand Down

0 comments on commit e7e9f1c

Please sign in to comment.