From: Dominique O. <dom...@gm...> - 2009-11-26 18:13:16
|
On Thu, Nov 26, 2009 at 2:05 AM, morovia morovia <jal...@go...> wrote: > I could compile pysparse by enabling atlas > library as stated in the comments of setup.py. But > I still get ImportError : undefined symbol "ATL_dcopy" > when I try to import precon. > > Can you please point out, where I need to make exactly > the changes in the setup.py. Hi Viswanath, Could you show us the variables you changed in setup.py? Basically for ATLAS support you need to link with libatlas, libf77blas and libcblas. Those libraries must also be in your LD_LIBRARY_PATH. We really need to be using the Numpy Distutils in Pysparse ! Thanks, -- Dominique |