Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 00c6d5cc8b506f669f838dc2ff5b92eb > files > 1

superlu-3.0-1mdv2008.0.src.rpm

--- make.inc	2006-01-01 23:52:00.000000000 +0000
+++ make.inc.tpg	2007-04-23 16:22:11.000000000 +0000
@@ -25,22 +25,28 @@
 #  The archiver and the flag(s) to use when building archive (library)
 #  If your system has no ranlib, set RANLIB = echo.
 #
+PREFIX       = $(PREFIX)
 ARCH         = ar
 ARCHFLAGS    = cr
 RANLIB       = ranlib
+INSTALL      = install
+
+CC           = gcc
+CFLAGS=
+NOOPTS       = $(OPTFLAGS) -Os -fPIC
+FORTRAN	     = g77
+FFLAGS       = $(CFLAGS)
+LOADER       = gcc
+LOADOPTS     = 
 
-CC           = cc
-CFLAGS       = -xO3 -xcg92
-FORTRAN	     = f77
-FFLAGS       = -O
-LOADER       = cc
-LOADOPTS     = -xO3
 
 #
 #  C preprocessor defs for compilation (-DNoChange, -DAdd_, or -DUpCase)
 #
-CDEFS        = -DAdd_
+#CDEFS        = -DAdd_
 #
 # The directory in which Matlab is installed
 #
-MATLAB	     = /usr/sww/pkg/matlab
+#MATLAB	     = /usr/sww/pkg/matlab
+
+