Re: [Numpy-discussion] Linux numpy 1.0.1 install failed - undefined symbol: pthread_join

2007-05-25 Thread Gong, Shawn (Contractor)
Hi Robert The override does the trick. It worked. Thanks and have a nice weekend. Shawn Okay, here is the full scoop: * The multi-threaded ATLAS is always tried first. This doesn't work for you since you compiled your Python without pthreads. * The standard library directories (/usr/lib, /u

Re: [Numpy-discussion] Linux numpy 1.0.1 install failed - undefined symbol: pthread_join

2007-05-25 Thread Robert Kern
Gong, Shawn (Contractor) wrote: > Hi Robert, > I have tried both suggestions and got the same error message when > "import numpy" > > Try #1) changed site.cfg to have only these 3 lines > [atlas] > library_dirs = /usr/local/lib/atlas > libraries = lapack, f77blas, cblas, atlas > > result: did not

Re: [Numpy-discussion] Linux numpy 1.0.1 install failed - undefined symbol: pthread_join

2007-05-25 Thread Robert Kern
Gong, Shawn (Contractor) wrote: > Hi Robert and list, > > My colleague said that it certainly looks like a missing thread library. > It looks like the problem is that lapack_lite was compiled > multi-threaded and can't find the thread library. Okay, it looks like ATLAS's multithreaded libraries a

[Numpy-discussion] Linux numpy 1.0.1 install failed - undefined symbol: pthread_join

2007-05-23 Thread Gong, Shawn (Contractor)
Hi Robert and list, My colleague said that it certainly looks like a missing thread library. It looks like the problem is that lapack_lite was compiled multi-threaded and can't find the thread library. Any solution to that? BTW, I tried 1.0.2 and got the same error. Thanks, Shawn -Original