]> git.pld-linux.org Git - packages/UFconfig.git/blame - UFconfig-config.patch
- teach UFconfig about system blas, fortran and metis
[packages/UFconfig.git] / UFconfig-config.patch
CommitLineData
383f6bce
JR
1diff -ur UFconfig/UFconfig.mk UFconfig-config/UFconfig.mk
2--- UFconfig/UFconfig.mk 2006-12-12 19:52:47.000000000 +0100
3+++ UFconfig-config/UFconfig.mk 2007-12-07 02:27:46.000000000 +0100
4@@ -43,7 +43,7 @@
5 MV = mv -f
6
7 # Fortran compiler (not normally required)
8-F77 = f77
9+F77 = gfortran
10 F77FLAGS = -O
11 F77LIB =
12
13@@ -73,7 +73,7 @@
14 # These settings will probably not work, since there is no fixed convention for
15 # naming the BLAS and LAPACK library (*.a or *.so) files. Assume the Goto
16 # BLAS are available.
17-BLAS = -lgoto -lgfortran -lgfortranbegin
18+BLAS = -lblas
19 LAPACK = -llapack
20
21 # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
22@@ -102,8 +102,8 @@
23 # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
24 # You may wish to use an absolute path. METIS is optional. Compile
25 # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
26-METIS_PATH = ../../metis-4.0
27-METIS = ../../metis-4.0/libmetis.a
28+METIS_PATH = /usr/include/metis
29+METIS = -lmetis
30
31 # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
32 # options:
This page took 0.057593 seconds and 4 git commands to generate.