Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Should we update required meson version? #26223

Open
charris opened this issue Apr 7, 2024 · 1 comment
Open

Should we update required meson version? #26223

charris opened this issue Apr 7, 2024 · 1 comment
Labels
component: build Meson Items related to the introduction of Meson as the new build system for NumPy

Comments

@charris
Copy link
Member

charris commented Apr 7, 2024

There is a build message that we are using features not present in meson 1.2.99

WARNING: Project specifies a minimum meson_version '>=1.2.99' but uses features which were added in newer versions:

The specification is in meson.build. I'm guessing that our vendored meson is based on an old version.

@rgommers
Copy link
Member

rgommers commented Apr 8, 2024

This is very easy to get rid of; it's caused by my code for BLAS/LAPACK support marking that BLAS detection as a feature for Meson 1.3.0, which made sense when that was the next version. But of course that means Meson thinks that it's not included in the current version (which it is, because this is a fork with the extra feature).

tl;dr it's harmless, but we can update our fork to pull in new maintenance fixes and that'll get rid of it.

@rgommers rgommers added component: build Meson Items related to the introduction of Meson as the new build system for NumPy labels Apr 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component: build Meson Items related to the introduction of Meson as the new build system for NumPy
Projects
None yet
Development

No branches or pull requests

2 participants