meson builds into build-install\usr\Lib\site-packages on windows: for instance the numpy build ends up in build-install\usr\Lib\site-packages\numpy. Even if specifying --build-dir, the code wants a pythonX.Y directory name here https://github.com/scientific-python/devpy/blob/e65f153ba3085ebdcd673ce3b6980aa0421843e9/devpy/cmds/util.py#L42 Either the meson build or this code ndeeds to change. How does it work on SciPy?
meson builds into
build-install\usr\Lib\site-packageson windows: for instance the numpy build ends up inbuild-install\usr\Lib\site-packages\numpy. Even if specifying--build-dir, the code wants apythonX.Ydirectory name here https://github.com/scientific-python/devpy/blob/e65f153ba3085ebdcd673ce3b6980aa0421843e9/devpy/cmds/util.py#L42 Either the meson build or this code ndeeds to change. How does it work on SciPy?