rpms/blacs/devel Bmake.inc, 1.2, 1.3 Bmake.inc.64bit, 1.2, 1.3 blacs.spec, 1.8, 1.9

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


Author: spot

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

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

Fix INTFACE for gfortran, ppc



Index: Bmake.inc
===================================================================
RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Bmake.inc	12 Jul 2005 19:46:29 -0000	1.2
+++ Bmake.inc	29 Jul 2005 22:08:23 -0000	1.3
@@ -101,7 +101,7 @@
 #  setting for your platform, compile and run BLACS/INSTALL/xintface.
 #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
 #  ---------------------------------------------------------------------------
-   INTFACE = -Df77IsF2C
+   INTFACE = -DAdd_
 
 #  ------------------------------------------------------------------------
 #  Allows the user to vary the topologies that the BLACS default topologies


Index: Bmake.inc.64bit
===================================================================
RCS file: /cvs/extras/rpms/blacs/devel/Bmake.inc.64bit,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Bmake.inc.64bit	12 Jul 2005 19:46:29 -0000	1.2
+++ Bmake.inc.64bit	29 Jul 2005 22:08:23 -0000	1.3
@@ -101,7 +101,7 @@
 #  setting for your platform, compile and run BLACS/INSTALL/xintface.
 #  Choices are: Add_, NoChange, UpCase, or f77IsF2C.
 #  ---------------------------------------------------------------------------
-   INTFACE = -Df77IsF2C
+   INTFACE = -DAdd_
 
 #  ------------------------------------------------------------------------
 #  Allows the user to vary the topologies that the BLACS default topologies


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/devel/blacs.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- blacs.spec	29 Jul 2005 19:42:00 -0000	1.8
+++ blacs.spec	29 Jul 2005 22:08:23 -0000	1.9
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 11%{?dist}
+Release: 12%{?dist}
 License: Freely distributable
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -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" ./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-12
+- fix INTFACE for FC-4+
+
 * Fri Jul 29 2005 Tom "spot" Callaway <tcallawa at redhat.com> 1.1-11
 - bump for new tag
 




More information about the fedora-extras-commits mailing list