View | Details | Raw Unified
Collapse All | Expand All

(-) setup.py (-2 / +2 lines)
 Lines 40-47    Link Here 
             ]
             ]
# set these to use your own BLAS;
# set these to use your own BLAS;
library_dirs_list = ['/usr/lib/atlas']
library_dirs_list = []
libraries_list = ['lapack', 'cblas', 'f77blas', 'atlas', 'g2c'] 
libraries_list = ['lapack', 'cblas', 'blas', 'atlas', 'g2c'] 
# set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct
# set to true (1), if you also want BLAS optimized matrixmultiply/dot/innerproduct
use_dotblas = 1 
use_dotblas = 1