Closed h-vetinari closed 1 week ago
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 (recipe/meta.yaml
) and found it was in an excellent condition.
@eli-schwartz happy to report that (after the fixes we discussed) meson 1.6.0rc1 works for scipy in conda-forge! :)
A year after #255, we're now able to build with "stock" packages. 🤩
Things have come quite a way since then. :)
:tada:
Awesome!
The build log is looking pretty good. One thing to follow up on may be these warnings, since they pollute the log pretty heavily:
flang-new: warning: argument unused during compilation: '-Wall' [-Wunused-command-line-argument]
Yeah, flang is very noisy with unknown flags. In openblas I had to use -w
to make it bearable. Hopefully this gets better over time.
We also don't need
llvm_rc
anymore! 🥳