On 10/24/2020 8:31 AM Pauli Virtanen wrote:
la, 2020-10-24 kello 03:11 -0400, Dustin Spicuzza kirjoitti:
Cross-compiling scipy and other projects that depend on numpy's
distutils is a hug
Hi All,
Thx.Debug enabled build worked fine on windows10.Also python for macos does
not give option to install debug enabled build .
I was able to build and debug via clion on windows not on mac.
lldb did not work for me on mac.Not sure why.seems gdb has some version
issues with macos even after c
la, 2020-10-24 kello 03:11 -0400, Dustin Spicuzza kirjoitti:
> Cross-compiling scipy and other projects that depend on numpy's
> distutils is a huge pain right now, because to do it [in addition to
> lots of other details that you have to get right] you have to have
> both
> a native and cross-comp
Separating it is definitely a good idea. The only thing that I think would
be better would be if they key features that are not in setuptools could be
added there so that NumPy distutils could eventually be retired.
Kevin
On Sat, Oct 24, 2020, 08:12 Dustin Spicuzza
wrote:
> Hey all,
>
> [copie
Hey all,
[copied from https://github.com/numpy/numpy/issues/17620, as requested
by the feature request guidelines]
Cross-compiling scipy and other projects that depend on numpy's
distutils is a huge pain right now, because to do it [in addition to
lots of other details that you have to get right]