]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig-config.patch
- updated to fit 3.2.0
[packages/UFconfig.git] / UFconfig-config.patch
1 diff -burNp UFconfig/UFconfig.mk UFconfig-dud/UFconfig.mk
2 --- UFconfig/UFconfig.mk        2008-09-22 20:19:37.000000000 +0200
3 +++ UFconfig-dud/UFconfig.mk    2009-01-23 12:25:23.482152935 +0100
4 @@ -48,7 +48,7 @@ RM = rm -f
5  MV = mv -f
6  
7  # Fortran compiler (not normally required)
8 -F77 = f77
9 +F77 = gfortran
10  F77FLAGS = -O
11  F77LIB =
12  
13 @@ -89,7 +89,7 @@ MEX = mex -O -largeArrayDims -lmwlapack 
14  # BLAS = -lgoto -lgfortran -lgfortranbegin -lg2c
15  
16  # This is probably slow ... it might connect to the Standard Reference BLAS:
17 -BLAS = -lblas -lgfortran -lgfortranbegin -lg2c
18 +BLAS = -lblas
19  LAPACK = -llapack
20  
21  # Using non-optimized versions:
22 @@ -122,8 +122,8 @@ XERBLA = 
23  # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
24  # You may wish to use an absolute path.  METIS is optional.  Compile
25  # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
26 -METIS_PATH = ../../metis-4.0
27 -METIS = ../../metis-4.0/libmetis.a
28 +METIS_PATH = /usr/include/metis
29 +METIS = -lmetis
30  
31  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
32  # options:
This page took 0.126044 seconds and 3 git commands to generate.