Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 36158
Collapse All | Expand All

(-)setup.py (-3 / +3 lines)
Lines 10-22 Link Here
10
superlu_defs = [('USE_VENDOR_BLAS',1)]
10
superlu_defs = [('USE_VENDOR_BLAS',1)]
11
f77_defs = []
11
f77_defs = []
12
12
13
umfpack_defs = [('DINT', 1), ('NBLAS', 1)] # most basic configuration, no BLAS
13
umfpack_defs = [('DINT', 1)] # most basic configuration, no BLAS
14
umfpack_libraries = ['m']
14
umfpack_libraries = ['blas', 'atlas', 'frtbegin', 'g2c', 'm']
15
umfpack_include_dirs = ['amd', 'umfpack']
15
umfpack_include_dirs = ['amd', 'umfpack']
16
umfpack_library_dirs = []
16
umfpack_library_dirs = []
17
17
18
#umfpack_defs = [('DINT', 1), ('CBLAS', 1)] # with atlas c-blas (http://math-atlas.sourceforge.net)
18
#umfpack_defs = [('DINT', 1), ('CBLAS', 1)] # with atlas c-blas (http://math-atlas.sourceforge.net)
19
#umfpack_libraries = ['atlas', 'cblas', 'm']
19
#umfpack_libraries = ['lapack', 'cblas', 'm']
20
#umfpack_include_dirs = ['amd', 'umfpack'] # you may need to set this to find the atlas
20
#umfpack_include_dirs = ['amd', 'umfpack'] # you may need to set this to find the atlas
21
#umfpack_library_dirs = []
21
#umfpack_library_dirs = []
22
22

Return to bug 36158