--- setup.py 2003-11-28 21:59:30.000000000 +0800 +++ setup.py.new 2003-12-20 14:16:35.000000000 +0800 @@ -5,7 +5,8 @@ import os, socket # default settings -library_dirs_list = [] +library_dirs_list= ['/usr/lib/'] +libraries_list = ['lapack', 'f77blas', 'cblas', 'atlas', 'g2c'] superlu_defs = [('USE_VENDOR_BLAS',1)] f77_defs = []