]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig-config.patch
be124662680c66c562550d71791aaf69910e8456
[packages/UFconfig.git] / UFconfig-config.patch
1 --- UFconfig/UFconfig.mk.orig   2007-10-24 15:55:44.000000000 +0200
2 +++ UFconfig/UFconfig.mk        2008-01-04 21:27:16.431626182 +0100
3 @@ -44,7 +44,7 @@
4  MV = mv -f
5  
6  # Fortran compiler (not normally required)
7 -F77 = f77
8 +F77 = gfortran
9  F77FLAGS = -O
10  F77LIB =
11  
12 @@ -85,7 +85,7 @@
13  # BLAS = -lgoto -lgfortran -lgfortranbegin
14  
15  # This is probably slow ... it might connect to the Standard Reference BLAS:
16 -BLAS = -lblas -lgfortran -lgfortranbegin
17 +BLAS = -lblas
18  LAPACK = -llapack
19  
20  # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
21 @@ -114,8 +114,8 @@
22  # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
23  # You may wish to use an absolute path.  METIS is optional.  Compile
24  # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
25 -METIS_PATH = ../../metis-4.0
26 -METIS = ../../metis-4.0/libmetis.a
27 +METIS_PATH = /usr/include/metis
28 +METIS = -lmetis
29  
30  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
31  # options:
This page took 0.044041 seconds and 2 git commands to generate.