--- UFconfig/UFconfig.mk 2009-05-20 15:06:04.000000000 -0300 +++ UFconfig/UFconfig.mk.custom 2011-05-03 12:53:33.829367992 -0300 @@ -48,7 +48,7 @@ MV = mv -f # Fortran compiler (not normally required) -F77 = f77 +F77 = gfortran F77FLAGS = -O F77LIB = @@ -89,7 +89,7 @@ # BLAS = -lgoto -lgfortran -lgfortranbegin -lg2c # This is probably slow ... it might connect to the Standard Reference BLAS: -BLAS = -lblas -lgfortran -lgfortranbegin -lg2c +BLAS = -lblas -lgfortran -lgfortranbegin LAPACK = -llapack # Using non-optimized versions: @@ -122,13 +122,13 @@ # The path is relative to where it is used, in CHOLMOD/Lib, CHOLMOD/MATLAB, etc. # You may wish to use an absolute path. METIS is optional. Compile # CHOLMOD with -DNPARTITION if you do not wish to use METIS. -METIS_PATH = ../../metis-4.0 -METIS = ../../metis-4.0/libmetis.a +#METIS_PATH = ../../metis-4.0 +#METIS = ../../metis-4.0/libmetis.a # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following # options: -# METIS_PATH = -# METIS = +METIS_PATH = +METIS = #------------------------------------------------------------------------------ # UMFPACK configuration: @@ -184,7 +184,7 @@ # -DNSUNPERF for Solaris only. If defined, do not use the Sun # Performance Library -CHOLMOD_CONFIG = +CHOLMOD_CONFIG = -DNPARTITION #------------------------------------------------------------------------------ # SuiteSparseQR configuration: @@ -198,7 +198,7 @@ # -DHAVE_TBB enable the use of Intel's Threading Building Blocks (TBB) # default, without timing, without TBB: -SPQR_CONFIG = +SPQR_CONFIG = -DNPARTITION # with timing and TBB: # SPQR_CONFIG = -DTIMING -DHAVE_TBB # with timing @@ -220,7 +220,7 @@ # Using default compilers: # CC = gcc -CFLAGS = -O3 -fexceptions +CFLAGS = -O3 -fexceptions -fPIC # alternatives: # CFLAGS = -g -fexceptions \