]> git.pld-linux.org Git - packages/UFconfig.git/blob - UFconfig-config.patch
8624a0b6c6b3b9c5bc2e27eeab8e9c430784e991
[packages/UFconfig.git] / UFconfig-config.patch
1 --- UFconfig/UFconfig.mk        2008-09-22 20:19:37.000000000 +0200
2 +++ UFconfig-dud/UFconfig.mk    2009-01-23 12:25:23.482152935 +0100
3 @@ -53,7 +53,7 @@
4  # default make environment.
5  
6  # C and C++ compiler flags.  The first three are standard for *.c and *.cpp
7 -CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -O3 -fexceptions -fPIC
8 +CF = $(CFLAGS) $(CPPFLAGS) $(TARGET_ARCH) -fPIC
9  
10  # ranlib, and ar, for generating libraries.  If you don't need ranlib,
11  # just change it to RANLAB = echo
12 @@ -67,7 +67,7 @@
13  
14  # Fortran compiler (not required for 'make' or 'make library')
15  F77 = gfortran
16 -F77FLAGS = $(FFLAGS) -O
17 +F77FLAGS = $(FFLAGS)
18  F77LIB =
19  
20  # C and Fortran libraries
21 @@ -148,8 +148,8 @@
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  #------------------------------------------------------------------------------
31  # UMFPACK configuration:
This page took 0.039339 seconds and 2 git commands to generate.