--- setup.py 2005-01-06 17:16:13.000000000 -0500 +++ setup.py.new 2005-02-10 14:37:50.094750904 -0500 @@ -40,8 +40,8 @@ ] # set these to use your own BLAS; -library_dirs_list = ['/usr/lib/atlas'] -libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] +library_dirs_list = ['/usr/lib'] +libraries_list = ['lapack', 'cblas', 'blas', 'atlas', 'g2c'] # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct use_dotblas = 1