[Numpy-discussion] Cannot build numpy svn on Windows

Albert Strasheim fullung at gmail.com
Tue Jul 18 11:51:18 EDT 2006


Hello all

> -----Original Message-----
> From: numpy-discussion-bounces at lists.sourceforge.net [mailto:numpy-
> discussion-bounces at lists.sourceforge.net] On Behalf Of Keith Goodman
> Sent: 18 July 2006 15:55
> To: Thomas Heller
> Cc: numpy-discussion at lists.sourceforge.net
> Subject: Re: [Numpy-discussion] Cannot build numpy svn on Windows
> 
> On 7/18/06, Thomas Heller <theller at python.net> wrote:
> 
> > When I change this line in the generated config.h file:
> >
> > #define NPY_ALLOW_THREADS WITH_THREAD
> >
> > to this one:
> >
> > #define NPY_ALLOW_THREADS 1
> >
> > then I can build.

This might be due to some changes Travis made.

http://projects.scipy.org/scipy/numpy/changeset/2833

I was able to build r2834 on Windows without problems. Are you still seeing
this error?

> What part of numpy is threaded?

This thread stuff is so that NumPy releases/doesn't release the GIL in
certain places.

Regards,

Albert





More information about the NumPy-Discussion mailing list