]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig-config.patch
c4ff6b9ce161a9c430ab8bb8e208ca8788ff52e6
[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 @@ -122,8 +122,8 @@ XERBLA = 
14  # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
15  # You may wish to use an absolute path.  METIS is optional.  Compile
16  # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
17 -METIS_PATH = ../../metis-4.0
18 -METIS = ../../metis-4.0/libmetis.a
19 +METIS_PATH = /usr/include/metis
20 +METIS = -lmetis
21  
22  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
23  # options:
This page took 0.040318 seconds and 2 git commands to generate.