diff -urN Numeric-23.7.old/setup.py Numeric-23.7/setup.py --- Numeric-23.7.old/setup.py 2005-01-07 01:16:13 +0300 +++ Numeric-23.7/setup.py 2005-01-14 21:28:59 +0300 @@ -41,11 +41,11 @@ # set these to use your own BLAS; library_dirs_list = ['/usr/lib/atlas'] -libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] +libraries_list = ['g2c'] # 'lapack', 'cblas', 'f77blas', 'atlas', # set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct -use_dotblas = 1 -include_dirs = ['/usr/include/atlas'] +use_dotblas = 0 +include_dirs = [] #'/usr/include/atlas'] # You may need to set this to find cblas.h # e.g. on UNIX using ATLAS this should be ['/usr/include/atlas'] extra_link_args = []