[Numpy-discussion] Re: Future of numpy.distutils

2022-06-13 Thread Jerome Kieffer
Hi Evgeni, Thanks for your input, apparently, you project uses `meson-pep517` while scipy uses `meson-python` for interfacing meson with the python side of the building. For now, I am not settled on one version or another but among the python community there should be one and only one obvious way

[Numpy-discussion] Re: Future of numpy.distutils

2022-06-13 Thread Ralf Gommers
On Mon, Jun 13, 2022 at 11:52 AM Jerome Kieffer wrote: > Hi Evgeni, > > Thanks for your input, apparently, you project uses `meson-pep517` > while scipy uses `meson-python` for interfacing meson with the python > side of the building. > > For now, I am not settled on one version or another but am

[Numpy-discussion] Re: Future of numpy.distutils

2022-06-13 Thread Evgeni Burovski
Hi Jerome, Yeah, don't read too much into my choice of the pep517 wrapper --- IIRC I just did "monkey see, monkey do" on https://github.com/FRidh/mesonpep517examples, it worked for my simple and limited use case and that was it. Last time I checked though, mesonpep517 did not work on Windows (it m