summaryrefslogtreecommitdiff
path: root/math/scalapack/files/SLmake.inc-mpich.diff
diff options
context:
space:
mode:
Diffstat (limited to 'math/scalapack/files/SLmake.inc-mpich.diff')
-rw-r--r--math/scalapack/files/SLmake.inc-mpich.diff30
1 files changed, 14 insertions, 16 deletions
diff --git a/math/scalapack/files/SLmake.inc-mpich.diff b/math/scalapack/files/SLmake.inc-mpich.diff
index e9f389e71d58..f2cc9fae9916 100644
--- a/math/scalapack/files/SLmake.inc-mpich.diff
+++ b/math/scalapack/files/SLmake.inc-mpich.diff
@@ -1,5 +1,5 @@
---- SLmake.inc.orig Thu Aug 9 11:59:50 2001
-+++ SLmake.inc Mon May 5 11:51:11 2003
+--- SLmake.inc.old Wed Mar 7 14:01:14 2007
++++ SLmake.inc Wed Mar 7 14:01:29 2007
@@ -19,26 +19,26 @@
# The complete path to the top level of ScaLAPACK directory, usually
# $(HOME)/SCALAPACK
@@ -42,27 +42,16 @@
+F77 = @F77@
#F77 = /usr/local/pgi/linux86/bin/pgf77
-CC = gcc
-+CC = @CC@
- NOOPT =
+-NOOPT =
-F77FLAGS = -O3 $(NOOPT)
-CCFLAGS = -O4
++CC = @CC@
++NOOPT = @NOOPT@
+F77FLAGS = @FFLAGS@
+CCFLAGS = @CFLAGS@
SRCFLAG =
F77LOADER = $(F77)
CCLOADER = $(CC)
-@@ -94,7 +94,7 @@
- # The name of the libraries to be created/linked to
- #
- SCALAPACKLIB = $(home)/libscalapack.a
--BLASLIB = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
-+BLASLIB = -L@LOCALBASE@/lib @BLAS@
- #
- PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)
- PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB)
-
---- SLmake.inc~ Wed Jan 10 16:50:13 2007
-+++ SLmake.inc Wed Jan 10 16:54:40 2007
@@ -82,7 +82,7 @@
# C preprocessor defs for compilation
# (-DNoChange, -DAdd_, -DUpCase, or -Df77IsF2C)
@@ -72,3 +61,12 @@
#
# The archiver and the flag(s) to use when building archive (library)
# Also the ranlib routine. If your system has no ranlib, set RANLIB = echo
+@@ -94,7 +94,7 @@
+ # The name of the libraries to be created/linked to
+ #
+ SCALAPACKLIB = $(home)/libscalapack.a
+-BLASLIB = /usr/local/lib/libf77blas.a /usr/local/lib/libatlas.a
++BLASLIB = -L@LOCALBASE@/lib @BLAS@
+ #
+ PBLIBS = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB)
+ PRLIBS = $(SCALAPACKLIB) $(CBLACSLIB) $(SMPLIB)