Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
It's been quite a while since there have been cling builds on this feedstock (v9!)
clangdev-feedstock/recipe/meta.yaml
Lines 30 to 33 in 95bb844
In the meantime, cling has started publishing releases again (after an almost 3 year break) following 0.9. There's a bunch of packages depending on this, notably the cppyy* packages (which have also fallen quite a bit behind their pypi upstreams). So I thought we might give this a shot. The patches are taken 1:1 from https://github.com/root-project/llvm-project/commits/cling-llvm18
Please let me know what you think @conda-forge/clangdev @conda-forge/cling @conda-forge/root @conda-forge/cppyy
PS. The last cling builds were for
linux-64, osx-64, win-64
, but for now I'm attempting to build all targets (not least for the dependents); will pare this back if a platform ends up not being buildable with reasonable effort.