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

python extension build with meson is always quiet #134

Open
sharkcz opened this issue May 29, 2024 · 2 comments
Open

python extension build with meson is always quiet #134

sharkcz opened this issue May 29, 2024 · 2 comments

Comments

@sharkcz
Copy link
Contributor

sharkcz commented May 29, 2024

Building the python extension with meson is always quiet as it unconditionally passes the --quiet option while the Makefile build only sets the --quiet options when the build is not verbose (V is not set). It makes it impossible to verify the options passed to the compiler and linker for example.

@blmaier
Copy link
Contributor

blmaier commented May 29, 2024

This could be supported by adding a custom meson_options.txt e.g. option('setuptools-verbose').

Preferably it would be automatic with meson build --verbose. But the compilation is being done indirectly by Python setuptools so Meson's backend doesn't know about it.

@sharkcz
Copy link
Contributor Author

sharkcz commented May 29, 2024

yes, it would nice if the --verbose option was reflected somewhere in the setup and could be used in the build script

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants