diff -ru Numeric-24.2.orig/customize.py Numeric-24.2/customize.py --- Numeric-24.2.orig/customize.py 2006-05-15 23:06:51 +0300 +++ Numeric-24.2/customize.py 2006-05-15 23:06:58 +0300 @@ -13,9 +13,9 @@ # will be used, except on Mac OS X, where the vecLib framework will be used # if found. -use_system_lapack = 0 -lapack_library_dirs = [] -lapack_libraries = [] +use_system_lapack = 1 +lapack_library_dirs = ['/usr/lib'] +lapack_libraries = ['lapack', 'blas'] lapack_extra_link_args = [] # Example: using ATLAS