]> git.pld-linux.org Git - packages/UFconfig.git/blame - UFconfig-config.patch
- updated for 3.1.0
[packages/UFconfig.git] / UFconfig-config.patch
CommitLineData
214f38be
JB
1--- UFconfig/UFconfig.mk.orig 2007-10-24 15:55:44.000000000 +0200
2+++ UFconfig/UFconfig.mk 2008-01-04 21:27:16.431626182 +0100
3@@ -44,7 +44,7 @@
383f6bce
JR
4 MV = mv -f
5
6 # Fortran compiler (not normally required)
7-F77 = f77
8+F77 = gfortran
9 F77FLAGS = -O
10 F77LIB =
11
214f38be
JB
12@@ -85,7 +85,7 @@
13 # BLAS = -lgoto -lgfortran -lgfortranbegin
14
15 # This is probably slow ... it might connect to the Standard Reference BLAS:
16-BLAS = -lblas -lgfortran -lgfortranbegin
383f6bce
JR
17+BLAS = -lblas
18 LAPACK = -llapack
19
20 # The BLAS might not contain xerbla, an error-handling routine for LAPACK and
214f38be 21@@ -114,8 +114,8 @@
383f6bce
JR
22 # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc.
23 # You may wish to use an absolute path. METIS is optional. Compile
24 # CHOLMOD with -DNPARTITION if you do not wish to use METIS.
25-METIS_PATH = ../../metis-4.0
26-METIS = ../../metis-4.0/libmetis.a
27+METIS_PATH = /usr/include/metis
28+METIS = -lmetis
29
30 # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following
31 # options:
This page took 0.088233 seconds and 4 git commands to generate.