Re: [Numpy-discussion] Proposal: split numpy.distutils into it's own package

2020-10-24 Thread Dustin Spicuzza
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

Re: [Numpy-discussion] help needed

2020-10-24 Thread Amardeep Singh
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

Re: [Numpy-discussion] Proposal: split numpy.distutils into it's own package

2020-10-24 Thread Pauli Virtanen
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

Re: [Numpy-discussion] Proposal: split numpy.distutils into it's own package

2020-10-24 Thread Kevin Sheppard
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

[Numpy-discussion] Proposal: split numpy.distutils into it's own package

2020-10-24 Thread Dustin Spicuzza
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]