]> git.pld-linux.org Git - packages/UFconfig.git/blame - UFconfig-config.patch
- updated to 3.7.0
[packages/UFconfig.git] / UFconfig-config.patch
CommitLineData
7a2b13db 1diff -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
7a2b13db 4@@ -122,8 +122,8 @@ XERBLA =
383f6bce
JR
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.051554 seconds and 4 git commands to generate.