Re: [Cython] CLI for using Shared utility module

2025-02-13 Thread David Woods
> What I understood from past discussions was that build systems (specifically > Meson) would rather prefer calling "cython" over a "setup.py" build. > Especially for larger packages like SciPy. Thus my comments regarding the > "cython" CLI interface. Yeah - agree with this. My point with this

Re: [Cython] CLI for using Shared utility module

2025-02-13 Thread Stefan Behnel via cython-devel
da-woods schrieb am 13.02.25 um 09:16: > Most people will probably want to do this from setup.py instead of > calling an executable [...] we need something that can be run from the command-line, but the main users are build systems (e.g. scikit-build/ meson) and not people. What I understood fr

Re: [Cython] CLI for using Shared utility module

2025-02-13 Thread da-woods
Hi, I try not to think too hard about build systems because I don't really understand them. But: Most people will probably want to do this from setup.py instead of calling an executable, so that's probably the most important interface.  I do agree we need something that can be run from the c