Sophie

Sophie

distrib > Mandriva > 2010.2 > i586 > media > contrib-release-src > by-pkgid > 562fe66cb469e1072fb3320b0152ee13 > files > 1

superlu-3.0-6mdv2009.0.src.rpm

--- make.inc.old	2007-11-10 21:01:07.000000000 -0500
+++ make.inc	2007-11-10 21:07:53.000000000 -0500
@@ -19,28 +19,35 @@
 #
 TMGLIB       = libtmglib.a
 SUPERLULIB   = libsuperlu_3.0.a
-BLASLIB      = ../libblas.a
+BLASLIB      = /usr/lib/libblas.a
 
 #
 #  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           = cc
-CFLAGS       = -xO3 -xcg92
-FORTRAN	     = f77
-FFLAGS       = -O
-LOADER       = cc
-LOADOPTS     = -xO3
+CC           = gcc
+CFLAGS=
+NOOPTS       = $(OPTFLAGS) -Os -fPIC
+FORTRAN	     = g77
+FFLAGS       = $(CFLAGS)
+LOADER       = gcc
+LOADOPTS     = 
+
+BLASDEF      = -DUSE_VENDOR_BLAS
 
 #
 #  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
+
+