Conversation
|
So there are a few issues that happen here, as discussed in the parent issue. pkg-config is installed and setting
Initially, I felt the quickest might be to monkeypatch the compiler checks in meson but since it's run in a separate process by So we would indeed likely need to make current checks pass with our compiler wrappers, as Hood was suggesting. I'll likely not continue this PR in the near future. This was mostly so we have a separate PR on scipy with meson, independent from scipy. Feel free to take it over. |
|
BTW, it looks like the last version of scikit-image also migrated to meson. So maybe that would be an easier package to start, since it only has Cython with a little C. |
|
There are too many build systems in the world 😂 |
|
Indeed :) But with distutils deprecations, many of Python scientific packages (or packages with C extensions) will move to meson. So that's one we likely can't avoid. |
Tries to continue @hoodmane 's work in #3037