Magellan Linux

Contents of /trunk/numeric/patches/numeric-24.2-lapack.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 361 - (show annotations) (download)
Tue Sep 25 20:32:31 2007 UTC (16 years, 7 months ago) by niro
File size: 946 byte(s)
-ver bump to 24.2-r1

1 --- Numeric-24.2.orig/customize.py 2005-11-13 02:40:14.000000000 +0000
2 +++ Numeric-24.2/customize.py 2007-09-04 17:55:31.176332574 +0100
3 @@ -13,9 +13,9 @@
4 # will be used, except on Mac OS X, where the vecLib framework will be used
5 # if found.
6
7 -use_system_lapack = 0
8 +use_system_lapack = 1
9 lapack_library_dirs = []
10 -lapack_libraries = []
11 +lapack_libraries = [@LAPACKLIB@, @FLIB@]
12 lapack_extra_link_args = []
13
14 # Example: using ATLAS
15 @@ -35,11 +35,11 @@
16
17 # Set use_dotblas to 1 to use BLAS for the matrix multiplication routines.
18 # Put the directory that 'cblas.h' is in into dotblas_include_dirs
19 -use_dotblas = 0
20 -dotblas_include_dirs = []
21 +use_dotblas = 1
22 +dotblas_include_dirs = [@CBLASINC@]
23 dotblas_cblas_header = '<cblas.h>'
24 -dotblas_library_dirs = lapack_library_dirs
25 -dotblas_libraries = lapack_libraries
26 +dotblas_library_dirs = []
27 +dotblas_libraries = [@CBLASLIB@, @FLIB@]
28 dotblas_extra_link_args = []
29
30 # Example: using ATLAS