Hello all

> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:numpy-
> [EMAIL PROTECTED] On Behalf Of Keith Goodman
> Sent: 18 July 2006 15:55
> To: Thomas Heller
> Cc: numpy-discussion@lists.sourceforge.net
> Subject: Re: [Numpy-discussion] Cannot build numpy svn on Windows
> 
> On 7/18/06, Thomas Heller <[EMAIL PROTECTED]> 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


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Numpy-discussion mailing list
Numpy-discussion@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/numpy-discussion

Reply via email to