Peter Urban
Peter Urban
Not sure, but the appveyor fail seems to be unrelated to my pull request?
Hi @JohanMabille and @Galfurian > Which makes me think we could implement your idea of a memory view of a buffer in-memory and have a pyadaptor, that would allow to...
I don't understand the code well enough to propose such a change. To me this looks like a dummy function (just just returns true) to implement a sort of interface...
@rgommers: thx for your response The project is public here: https://github.com/themachinethatgoesping/themachinethatgoesping It is very new; we are currently building up it's infrastructure. The relevant meson.build are within this subproject: https://github.com/themachinethatgoesping/tools...
> So this is the `meson.build` file that contains things you don't want in your wheel: https://github.com/themachinethatgoesping/tools/blob/a11c2b18274386919c5d00c95458b40df0c2b974/src/tools/meson.build Yes, but I need to correct the file. I understood now that the...
That sounds like very reasonable behavior. Thanks for your responses. I'll just until mesonpy has the possibility to pass through option. If there is something I can do, let me...
Hi @FFY00, if I understand correctly this PR (from you) may solve my problem: #https://github.com/mesonbuild/meson-python/pull/167 However, I don't yet understand how to apply it. Is it now possible to tell...
Ok, I figured out my previous question. Unfortunately this does not yet solve the problem Since meson-python 0.11 ( PR: https://github.com/mesonbuild/meson-python/pull/167 ) it is possible to pass custom build options...
This is issue is completely addressed now (closing). Documentation would be nice I suppose. I can prepare a draft (once I find some time) possibly here? https://github.com/mesonbuild/meson-python/blob/main/docs/how-to-guides/meson-args.rst Until this documentation...
@rgommers Configuring and installing a python file into a subdirectory seemed to me like something that other people using meson-python may want to do as well. (I can be wrong...