Changeset 7791:162a8453926c
- Timestamp:
- 12/15/07 21:32:26 (5 years ago)
- Branch:
- default
- Tags:
- 2.9.rc3
- Files:
-
- 1 added
- 1 edited
-
sage/stats/__init__.py (added)
-
setup.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
setup.py
r7783 r7791 17 17 BLAS=os.environ['SAGE_BLAS'] 18 18 BLAS2=os.environ['SAGE_BLAS'] 19 elif os.path.exists('%s/lib/libatlas.so'%os.environ['SAGE_LOCAL']): 20 BLAS='cblas' 21 BLAS2='atlas' 19 22 elif os.path.exists('/usr/lib/libcblas.dylib') or \ 20 23 os.path.exists('/usr/lib/libcblas.so'): … … 342 345 343 346 matrix_real_double_dense=Extension('sage.matrix.matrix_real_double_dense', 344 ['sage/matrix/matrix_real_double_dense.pyx'],libraries=[ 'gsl', BLAS, BLAS2],347 ['sage/matrix/matrix_real_double_dense.pyx'],libraries=[BLAS, BLAS2, 'gsl'], 345 348 define_macros=[('GSL_DISABLE_DEPRECATED','1')],include_dirs=[SAGE_ROOT+'/local/lib/python2.5/site-packages/numpy/core/include/numpy']) 346 349
Note: See TracChangeset
for help on using the changeset viewer.
