conda-forge / scipy-feedstock

A conda-smithy repository for scipy.
BSD 3-Clause "New" or "Revised" License
6 stars 36 forks source link

Rebuild with unpatched & GA build-deps #287

Closed h-vetinari closed 1 week ago

h-vetinari commented 2 weeks ago

We also don't need llvm_rc anymore! 🥳

conda-forge-admin commented 2 weeks 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.

h-vetinari commented 2 weeks ago

@eli-schwartz happy to report that (after the fixes we discussed) meson 1.6.0rc1 works for scipy in conda-forge! :)

h-vetinari commented 1 week ago

A year after #255, we're now able to build with "stock" packages. 🤩

Things have come quite a way since then. :)

eli-schwartz commented 1 week ago

:tada:

rgommers commented 1 week ago

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]
h-vetinari commented 1 week ago

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.