*** UFconfig.mk.orig Wed Dec 13 13:19:45 2006 --- UFconfig.mk Wed Dec 13 13:26:22 2006 *************** *** 44,48 **** # Fortran compiler (not normally required) ! F77 = f77 F77FLAGS = -O F77LIB = --- 44,48 ---- # Fortran compiler (not normally required) ! F77 = /usr/local/bin/g95 F77FLAGS = -O F77LIB = *************** *** 103,113 **** # 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 # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following # options: ! # METIS_PATH = ! # METIS = #------------------------------------------------------------------------------ --- 103,113 ---- # 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 # If you use CHOLMOD_CONFIG = -DNPARTITION then you must use the following # options: ! METIS_PATH = ! METIS = #------------------------------------------------------------------------------ *************** *** 165,169 **** # Performance Library ! CHOLMOD_CONFIG = #------------------------------------------------------------------------------ --- 165,169 ---- # Performance Library ! CHOLMOD_CONFIG = -DNPARTITION #------------------------------------------------------------------------------ *************** *** 241,249 **** #------------------------------------------------------------------------------ ! # CC = gcc ! # CFLAGS = -O3 -fno-common -no-cpp-precomp -fexceptions ! # LIB = -lstdc++ ! # BLAS = -framework Accelerate ! # LAPACK = -framework Accelerate #------------------------------------------------------------------------------ --- 241,249 ---- #------------------------------------------------------------------------------ ! CC = gcc ! CFLAGS = -O3 -fno-common -no-cpp-precomp -fexceptions ! LIB = -lstdc++ ! BLAS = -framework Accelerate ! LAPACK = -framework Accelerate #------------------------------------------------------------------------------