Skip to content

Commit

Permalink
lighten run-dependencies of flang; no need for all of clangdev
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Aug 3, 2024
1 parent f8438a6 commit 008f1b8
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 @@ -106,7 +106,8 @@ outputs:
- {{ pin_subpackage('libfortran-main', exact=True) }}
run:
- sysroot_{{ target_platform }} >={{ c_stdlib_version }} # [linux]
- clangdev =={{ version }}
- clang =={{ version }}
- compiler-rt =={{ version }}
- {{ pin_subpackage('libflang', exact=True) }}
- {{ pin_subpackage('libfortran-main', exact=True) }}
test:
Expand Down

0 comments on commit 008f1b8

Please sign in to comment.