Skip to content

Commit

Permalink
Merge pull request #1 from SylvainCorlay/clang-dep
Browse files Browse the repository at this point in the history
Depend on clang-16 at runtime
  • Loading branch information
SylvainCorlay authored Apr 19, 2023
2 parents e627880 + d9e257d commit f6095b1
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 f6095b1

Please sign in to comment.