From: morovia m. <jal...@go...> - 2009-11-27 06:35:37
|
Dear Dominique, > If libf77blas.a, libcblas.a, libatlas.a are in $HOME/bin/lib, it seems > that you would need instead: > > library_dirs_list= ['/home/viswanath/bin/lib','/usr/lib'] > libraries_list = ['f77blas', 'cblas', 'atlas', 'lapack'] > > Let us know if that works. > Your suggestion has worked and I could import precon ! However, when I tried to run the Examples, poisson_test_eig.py, ImportError occurred, undefined symbol : _gfortran_st_write in jdsym.so Any suggestions ! Thanks Best regards Viswanath. |