Skip to content

Commit

Permalink
turn libcxx-devel pin into run_constraint to avoid bootstrapping issues
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 30, 2024
1 parent fdde093 commit a174f3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -461,8 +461,9 @@ outputs:
- zstd
run:
- libstdcxx-devel_{{ target_platform }} # [linux]
- libcxx-devel {{ version }} # [osx]
- {{ pin_subpackage("clang", exact=True) }}
run_constrained:
- libcxx-devel {{ version }} # [osx]
test:
requires:
- {{ compiler("cxx") }}
Expand Down

0 comments on commit a174f3a

Please sign in to comment.