rpms/blacs/FC-5 Bmake.inc, 1.5, 1.6 Bmake.inc.64bit, 1.5, 1.6 blacs.spec, 1.18, 1.19

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Apr 7 19:37:16 UTC 2006


Author: spot

Update of /cvs/extras/rpms/blacs/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv20308/FC-5

Modified Files:
	Bmake.inc Bmake.inc.64bit blacs.spec 
Log Message:

Fix FC5+ lam libs



Index: Bmake.inc
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-5/Bmake.inc,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Bmake.inc	7 Apr 2006 18:57:58 -0000	1.5
+++ Bmake.inc	7 Apr 2006 19:37:16 -0000	1.6
@@ -63,7 +63,7 @@
 #  -------------------------------------
 #  All libraries required by the tester.
 #  -------------------------------------
-   BTLIBS = -L$(BLACSdir) $(BLACSFINITSL) $(BLACSLIBSL) $(BLACSCINITSL) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
+   BTLIBS = -L$(BLACSdir) $(BLACSFINITSL) $(BLACSLIBSL) $(BLACSCINITSL) -L$(MPILIBdir) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
 
 #  ----------------------------------------------------------------
 #  The directory to put the installation help routines' executables


Index: Bmake.inc.64bit
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-5/Bmake.inc.64bit,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Bmake.inc.64bit	7 Apr 2006 18:57:58 -0000	1.5
+++ Bmake.inc.64bit	7 Apr 2006 19:37:16 -0000	1.6
@@ -63,7 +63,7 @@
 #  -------------------------------------
 #  All libraries required by the tester.
 #  -------------------------------------
-   BTLIBS = -L$(BLACSdir) $(BLACSFINITSL) $(BLACSLIBSL) $(BLACSCINITSL) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
+   BTLIBS = -L$(BLACSdir) $(BLACSFINITSL) $(BLACSLIBSL) $(BLACSCINITSL) -L$(MPILIBdir) $(MPILIB) $(LAMLIBS) $(EXTRALIBS)
 
 #  ----------------------------------------------------------------
 #  The directory to put the installation help routines' executables


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-5/blacs.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- blacs.spec	7 Apr 2006 18:53:16 -0000	1.18
+++ blacs.spec	7 Apr 2006 19:37:16 -0000	1.19
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 21%{?dist}
+Release: 22%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -109,6 +109,9 @@
 %{_libdir}/libmpiblacs*.so
 
 %changelog
+* Fri Apr  7 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-22
+- FC-5+ also needs -L libdir/lam
+
 * Fri Apr  7 2006 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-21
 - FC-5+ needs includedir/lam
 




More information about the fedora-extras-commits mailing list