rpms/blacs/FC-3 Bmake.inc, 1.2, 1.3 Bmake.inc.64bit, 1.1, 1.2 blacs.spec, 1.4, 1.5

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue May 10 19:23:57 UTC 2005


Author: spot

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

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

FC-3 needs some special flags for g77, should fix compilation failure.



Index: Bmake.inc
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Bmake.inc	25 Apr 2005 00:28:34 -0000	1.2
+++ Bmake.inc	10 May 2005 19:23:54 -0000	1.3
@@ -201,7 +201,7 @@
 #  macros should be obvious from the names.
 #=============================================================================
    F77            = g77
-   F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
+   F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals
    F77FLAGS       = $(F77NO_OPTFLAGS) -O
    F77LOADER      = $(F77)
    F77LOADFLAGS   = 


Index: Bmake.inc.64bit
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/Bmake.inc.64bit,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Bmake.inc.64bit	5 May 2005 14:43:51 -0000	1.1
+++ Bmake.inc.64bit	10 May 2005 19:23:54 -0000	1.2
@@ -201,7 +201,7 @@
 #  macros should be obvious from the names.
 #=============================================================================
    F77            = g77
-   F77NO_OPTFLAGS = $(RPM_OPT_FLAGS)
+   F77NO_OPTFLAGS = $(RPM_OPT_FLAGS) -ff90 -Wno-globals -fno-globals
    F77FLAGS       = $(F77NO_OPTFLAGS) -O
    F77LOADER      = $(F77)
    F77LOADFLAGS   = 


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- blacs.spec	9 May 2005 19:58:00 -0000	1.4
+++ blacs.spec	10 May 2005 19:23:54 -0000	1.5
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 7%{?dist}
+Release: 8%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -84,6 +84,9 @@
 %{_libdir}/libmpiblacs*
 
 %changelog
+* Tue May 10 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-8
+- g77 needs some special compile flags, edited Bmake.inc*
+
 * Mon May  9 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-7
 - remove hardcoded dist tags
 




More information about the fedora-extras-commits mailing list