rpms/boost/devel boost.spec,1.80,1.81

Dan Horák sharkcz at fedoraproject.org
Wed Jun 2 07:43:32 UTC 2010


Author: sharkcz

Update of /cvs/pkgs/rpms/boost/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv13379

Modified Files:
	boost.spec 
Log Message:
* Wed Jun  2 2010 Dan Horák <dan[at]danny.cz> - 1.41.0-11
- don't build with mpich2/openmpi on s390/s390x



Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.80
retrieving revision 1.81
diff -u -p -r1.80 -r1.81
--- boost.spec	10 May 2010 15:38:02 -0000	1.80
+++ boost.spec	2 Jun 2010 07:43:32 -0000	1.81
@@ -11,13 +11,15 @@
 %endif
 
 # Configuration of MPI backends
+%ifnarch s390 s390x
 %bcond_without mpich2
 %bcond_without openmpi
+%endif
 
 Name: boost
 Summary: The free peer-reviewed portable C++ source libraries
 Version: 1.41.0
-Release: 10%{?dist}
+Release: 11%{?dist}
 License: Boost
 URL: http://sodium.resophonic.com/boost-cmake/%{version}.cmake0/
 Group: System Environment/Libraries
@@ -729,6 +731,9 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -
 %endif
 
 %changelog
+* Wed Jun  2 2010 Dan Horák <dan[at]danny.cz> - 1.41.0-11
+- don't build with mpich2/openmpi on s390/s390x
+
 * Mon May 10 2010 Petr Machata <pmachata at redhat.com> - 1.41.0-10
 - Add an upstream patch that fixes computation of CRC in zlib streams.
 - Resolves: #590205



More information about the scm-commits mailing list