rpms/blacs/FC-3 blacs.spec,1.9,1.10

Tom Callaway (spot) fedora-extras-commits at redhat.com
Fri Jul 29 22:13:30 UTC 2005


Author: spot

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

Modified Files:
	blacs.spec 
Log Message:

I will learn to type correctly. I will learn to type correctly. :/



Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/FC-3/blacs.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- blacs.spec	29 Jul 2005 22:08:20 -0000	1.9
+++ blacs.spec	29 Jul 2005 22:13:28 -0000	1.10
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 12%{?dist}
+Release: 13%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -15,7 +15,7 @@
 Source7: http://www.netlib.org/blacs/cblacsqref.ps
 Source8: http://www.netlib.org/blacs/lawn94.ps
 Source9: Bmake.inc.64bit
-BuildRequires: gcc-g77
+BuildRequires: gcc-gfortran
 # Lam before 7.1.1-5 is missing:
 # -shared library support
 # -fPIC compilation flag
@@ -54,6 +54,11 @@
 cp -f %{SOURCE2} .
 %endif
 
+# I'm not sure why ppc is different here. :/
+%ifarch ppc
+sed -i 's/INTFACE =*/INTFACE =-Df77IsF2C"/g' ./Bmake.inc
+%endif
+
 %build
 cd BLACS/
 make mpi
@@ -107,6 +112,9 @@
 %{_libdir}/libmpiblacs*.so
 
 %changelog
+* Fri Jul 29 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-13
+- Fix typo in fix. :/
+
 * Fri Jul 29 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-12
 - fix INTFACE for FC-4+
 




More information about the fedora-extras-commits mailing list