Blob Blame History Raw
--- scalapack-1.7/SCALAPACK/SLmake.inc.BAD	2005-05-15 01:31:17.366972464 -0500
+++ scalapack-1.7/SCALAPACK/SLmake.inc	2005-05-15 01:31:53.333504720 -0500
@@ -29,13 +29,13 @@
 #  and the directory where the BLACS libraries are
 #
 BLACSDBGLVL   = 0
-BLACSdir      = /usr/lib
+BLACSdir      = /usr/lib64
 #
 #  MPI setup; tailor to your system if using MPIBLACS
 #  Will need to comment out these 6 lines if using PVM
 #
 USEMPI        = -DUsingMpiBlacs
-SMPLIB        = /usr/lib/libmpi.a
+SMPLIB        = /usr/lib64/libmpi.a
 BLACSFINIT    = $(BLACSdir)/libmpiblacsF77init.a
 BLACSCINIT    = $(BLACSdir)/libmpiblacsCinit.a
 BLACSLIB      = $(BLACSdir)/libmpiblacs.a
@@ -94,9 +94,9 @@
 #  The name of the libraries to be created/linked to
 #
 SCALAPACKLIB  = $(home)/libscalapack.a
-BLASLIB       = /usr/lib/libblas.a
+BLASLIB       = /usr/lib64/libblas.a
 #
-LAMLIBS       = /usr/lib/liblam.a /usr/lib/liblamf77mpi.a
+LAMLIBS       = /usr/lib64/liblam.a /usr/lib64/liblamf77mpi.a
 EXTRALIBS     = -ldl -lpthread -llam -lmpi -llamf77mpi
 
 PBLIBS        = $(SCALAPACKLIB) $(FBLACSLIB) $(BLASLIB) $(SMPLIB) $(LAMLIBS) $(EXTRALIBS)