diff --git a/blacs.spec b/blacs.spec index 8fab2d2..b0ddbb7 100644 --- a/blacs.spec +++ b/blacs.spec @@ -1,7 +1,7 @@ Summary: Basic Linear Algebra Communication Subprograms Name: blacs Version: 1.1 -Release: 15%{?dist} +Release: 16%{?dist} License: Freely distributable Group: Development/Libraries URL: http://www.netlib.org/blacs @@ -54,11 +54,6 @@ cp -f %{SOURCE9} ./Bmake.inc cp -f %{SOURCE2} . %endif -# I'm not sure why ppc is different here. :/ -%ifarch ppc -sed -i -e 's/INTFACE = -DAdd_/INTFACE = -Df77IsF2C/g' ./Bmake.inc -%endif - %build cd BLACS/ make mpi @@ -112,6 +107,9 @@ rm -fr ${RPM_BUILD_ROOT} %{_libdir}/libmpiblacs*.so %changelog +* Fri Jul 29 2005 Tom "spot" Callaway 1.1-16 +- remove ppc hack + * Fri Jul 29 2005 Tom "spot" Callaway 1.1-15 - Fix typo in fix. :/