From: Keith G. <kwg...@gm...> - 2006-07-18 13:54:45
|
On 7/18/06, Thomas Heller <th...@py...> 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. What part of numpy is threaded? |