]> git.pld-linux.org Git - packages/UFconfig.git/blame - UFconfig-config.patch
- updated to 3.5.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
4@@ -48,7 +48,7 @@ RM = rm -f
383f6bce
JR
5 MV = mv -f
6
7 # Fortran compiler (not normally required)
8-F77 = f77
9+F77 = gfortran
10 F77FLAGS = -O
11 F77LIB =
12
7a2b13db 13@@ -122,8 +122,8 @@ XERBLA =
383f6bce
JR
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.062116 seconds and 4 git commands to generate.