[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]

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 <p...@iki.fi> wrote: la, 2020-10-24 kello 03:11 -0400, Dustin Spicuzza kirjoitti: Cross-compiling scipy and other projects that depend on numpy's dis

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

2020-10-25 Thread Dustin Spicuzza
On 10/24/20 2:59 PM, Dustin Spicuzza wrote: > Since this initial feedback seems mostly positive, I'll go ahead and > take a stab at refactoring it and make a PR potentially this weekend. > It should be fairly straightforward. > > Dustin I took a first stab at it, and..

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

2020-10-25 Thread Dustin Spicuzza
On 10/25/20 5:23 AM, Matti Picus wrote: > > On 10/25/20 10:46 AM, Dustin Spicuzza wrote: >> I took a first stab at it, and... surprise, surprise, there were a few >> more warts than I had originally expected in my initial survey. The >> biggest unexpected result is that

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

2020-10-25 Thread Dustin Spicuzza
On 10/25/20 11:39 AM, Dustin Spicuzza wrote: > On 10/25/20 5:23 AM, Matti Picus wrote: >> On 10/25/20 10:46 AM, Dustin Spicuzza wrote: >>> I took a first stab at it, and... surprise, surprise, there were a few >>> more warts than I had originally expected in my init