Skip to content

Commit

Permalink
remove dependence on clangdev on linux
Browse files Browse the repository at this point in the history
this does not seem necessary to build, and prevents us from letting `clangxx`
depend on `libcxx-devel` (because it would create a build cycle); see
conda-forge/clangdev-feedstock#315 (comment)
  • Loading branch information
h-vetinari committed Aug 31, 2024
1 parent b74a66e commit b600eef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ requirements:
- {{ stdlib('c') }}
- python >3 # [not osx]
host:
- clangdev {{ version }} # [not osx]
# - clangdev {{ version }} # [not osx]
- llvmdev {{ version }} # [not osx]

outputs:
Expand Down

0 comments on commit b600eef

Please sign in to comment.