]> git.pld-linux.org Git - packages/UFconfig.git/blame - UFconfig-config.patch
- updated to kill optflags overrides
[packages/UFconfig.git] / UFconfig-config.patch
CommitLineData
7a2b13db 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
16d720e3
JB
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 @@
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
16d720e3
JB
30 #------------------------------------------------------------------------------
31 # UMFPACK configuration:
This page took 0.094734 seconds and 4 git commands to generate.