rpms/blacs/devel blacs-shared.patch,1.1,1.2 blacs.spec,1.24,1.25

Tom Callaway (spot) fedora-extras-commits at redhat.com
Thu Aug 23 23:31:11 UTC 2007


Author: spot

Update of /cvs/extras/rpms/blacs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv23905

Modified Files:
	blacs-shared.patch blacs.spec 
Log Message:

Fix shared patch in devel.


blacs-shared.patch:

Index: blacs-shared.patch
===================================================================
RCS file: /cvs/extras/rpms/blacs/devel/blacs-shared.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- blacs-shared.patch	29 Jul 2005 19:42:00 -0000	1.1
+++ blacs-shared.patch	23 Aug 2007 23:31:08 -0000	1.2
@@ -4,14 +4,14 @@
  	make $(BLACSCINIT)
  	$(ARCH) $(ARCHFLAGS) $(BLACSLIB) $(Fintobj) $(Cintobj)
  	$(RANLIB) $(BLACSLIB)
-+	( mkdir tmp ; cp $(BLACSLIB) tmp ; cd tmp ; ar x $(BLACSLIB) ; ld -shared -o $(BLACSdir)/$(BLACSLIBS).0.0 *.o *.C -soname=$(BLACSLIBS) ; cd .. )
++	( mkdir tmp ; cp $(BLACSLIB) tmp ; cd tmp ; ar x $(BLACSLIB) ; ld -shared --build-id -o $(BLACSdir)/$(BLACSLIBS).0.0 *.o *.C -soname=$(BLACSLIBS) ; cd .. )
  
  $(BLACSFINIT) :
  	$(CC) -o Cblacs_pinfo.o -c $(CCFLAGS) $(BLACSDEFS) -DCallFromC -DMainInF77 \
                   blacs_pinfo_.c
  	$(CC) -c $(CCFLAGS) $(BLACSDEFS) -DMainInF77 blacs_pinfo_.c
  	$(ARCH) $(ARCHFLAGS) $(BLACSFINIT) blacs_pinfo_.o Cblacs_pinfo.o
-+	$(CC) -shared -Wl,-soname=$(BLACSFINITS) -o $(BLACSdir)/$(BLACSFINITS).0.0 blacs_pinfo_.o Cblacs_pinfo.o
++	$(CC) $(CCFLAGS) -shared -Wl,-soname=$(BLACSFINITS) -o $(BLACSdir)/$(BLACSFINITS).0.0 blacs_pinfo_.o Cblacs_pinfo.o
  	$(RANLIB) $(BLACSFINIT)
  
  $(BLACSCINIT) :
@@ -19,7 +19,7 @@
                   blacs_pinfo_.c
  	$(CC) -c $(CCFLAGS) $(BLACSDEFS) -DMainInC blacs_pinfo_.c
  	$(ARCH) $(ARCHFLAGS) $(BLACSCINIT) blacs_pinfo_.o Cblacs_pinfo.o
-+	$(CC) -shared -Wl,-soname=$(BLACSCINITS) -o $(BLACSdir)/$(BLACSCINITS).0.0 blacs_pinfo_.o Cblacs_pinfo.o
++	$(CC) $(CCFLAGS) -shared -Wl,-soname=$(BLACSCINITS) -o $(BLACSdir)/$(BLACSCINITS).0.0 blacs_pinfo_.o Cblacs_pinfo.o
  	$(RANLIB) $(BLACSCINIT)
  
  #  ------------------


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- blacs.spec	23 Aug 2007 13:21:44 -0000	1.24
+++ blacs.spec	23 Aug 2007 23:31:08 -0000	1.25
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 25%{?dist}
+Release: 25%{?dist}.1
 License: Public Domain
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -109,6 +109,9 @@
 %{_libdir}/libmpiblacs*.so
 
 %changelog
+* Thu Aug 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-25.1
+- fix shared patch in devel
+
 * Thu Aug 23 2007 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-25
 - rebuild for BuildID
 




More information about the fedora-extras-commits mailing list