]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig-config.patch
659fa0d0a1407971b2b093d7af025752d3d0faa9
[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 @@ -122,8 +122,8 @@ XERBLA = 
5  # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
6  # You may wish to use an absolute path.  METIS is optional.  Compile
7  # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
8 -METIS_PATH = ../../metis-4.0
9 -METIS = ../../metis-4.0/libmetis.a
10 +METIS_PATH = /usr/include/metis
11 +METIS = -lmetis
12  
13  # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
14  # options:
This page took 0.094136 seconds and 2 git commands to generate.