clangdev v13.0.0 (redux)#158
Conversation
…a-forge-pinning 2021.09.30.20.35.40
|
Hi! This is the friendly automated conda-forge-linting service. I just wanted to let you know that I linted all conda-recipes in your PR ( |
| host: | ||
| - libcxx {{ cxx_compiler_version }} # [osx] | ||
| - llvmdev =={{ version }} | ||
| - zlib # [linux] |
There was a problem hiding this comment.
@isuruf, this is needed by build.sh before any of the outputs.
My question is: do we also need to add zlib to all of the outputs individually?
There was a problem hiding this comment.
Currently following a minimal approach to add this only where needed (even though that takes a couple iterations).
|
OK, finally zlib added in enough places. For the python-bindings failure, I have very little to go on, though. The upstream readme mentions setting |
|
Yes. See conda/conda#10969 |
|
@isuruf, there's still something not working out with 3.10 (on osx). With python 3.10: With python 3.9 it passes (see CI of last two commits). |
|
Ping @isuruf, any idea why 3.10 is failing here, resp. would you be fine to merge the PR with |
|
Ping @isuruf :) |
|
Can you enable artifacts on azure and revert to using 3.10 so we can debug this? |
Done, failure on OSX remains. I don't have an Apple machine to test this though. |
|
Ping @isuruf; artefacts are now available. |
…nda-forge-pinning 2021.11.19.19.47.13
|
@conda-forge/clangdev After the libffi-issues got fixed on the python-feedstock, this is now green! 🥳 The only thing that stood out to me from the logs was the following ClobberWarning that we might want to have a look at (possibly in a separate PR to unblock LLVM 13)? |
Closes #157
Also add myself to maintainers as discussed here.