-
Notifications
You must be signed in to change notification settings - Fork 36
Closed
Description
The clangdev conda-forge recipe is a multi-output recipe, which creates the following packages:
clangdev
libclang-cpp13
(13 is the soversion) and libclang-cpp
(only symlinks)
libclang
and libclang13
(13 is the soversion) and libclang
(only symlinks)
clang-16
(16 is the current major version) and clang
(symlinks)
clangxx
clang-format-16
(16 is the current major version) and clang-format
(only symlinks)
clang-tools
python-clang
It seems that clangdev
depends on clangxx
etc, which are the onces having run exports, so we should probablly depend on clangxx instead of clangdev.
Metadata
Metadata
Assignees
Labels
No labels