Skip to content

Commit

Permalink
Depend on clang-16 at runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
SylvainCorlay committed Apr 19, 2023
1 parent e627880 commit d9e257d
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 @@ -14,7 +14,7 @@ source:
sha256: {{ sha256 }}

build:
number: 0
number: 1
skip: true # [win]
run_exports:
- {{ pin_subpackage(name, max_pin='x.x') }}
Expand Down Expand Up @@ -43,6 +43,7 @@ requirements:
- {{ pin_compatible('cppzmq', max_pin='x.x') }}
- {{ pin_compatible('xtl', max_pin='x.x') }}
- {{ pin_compatible('nlohmann_json', max_pin='x.x') }}
- {{ pin_compatible("clang-" ~ clang_version[0], exact=True) }}

test:
requires:
Expand Down

0 comments on commit d9e257d

Please sign in to comment.