rpms/blacs/F-9 blacs.spec,1.26,1.27

Tom Callaway (spot) fedora-extras-commits at redhat.com
Tue May 13 16:46:34 UTC 2008


Author: spot

Update of /cvs/extras/rpms/blacs/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4372/F-9

Modified Files:
	blacs.spec 
Log Message:
handle ia64


Index: blacs.spec
===================================================================
RCS file: /cvs/extras/rpms/blacs/F-9/blacs.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- blacs.spec	20 Feb 2008 01:03:57 -0000	1.26
+++ blacs.spec	13 May 2008 16:45:42 -0000	1.27
@@ -1,7 +1,7 @@
 Summary: Basic Linear Algebra Communication Subprograms
 Name: blacs
 Version: 1.1
-Release: 26%{?dist}.1
+Release: 27%{?dist}
 License: Public Domain
 Group: Development/Libraries
 URL: http://www.netlib.org/blacs
@@ -53,6 +53,9 @@
 %else
 cp -f %{SOURCE2} .
 %endif
+%ifarch ia64
+sed -i -e 's,/lib64/,/lib/,g' ./Bmake.inc
+%endif
 
 %build
 cd BLACS/
@@ -109,6 +112,9 @@
 %{_libdir}/libmpiblacs*.so
 
 %changelog
+* Tue May 13 2008 Tom "spot" Callaway <tcallawa at redhat.com> - 1.1-27
+- ia64 doesn't use /usr/lib64
+
 * Tue Feb 19 2008 Fedora Release Engineering <rel-eng at fedoraproject.org> - 1.1-26.1
 - Autorebuild for GCC 4.3
 




More information about the scm-commits mailing list