rpms/boost/devel boost.spec,1.82,1.83

Petr Machata pmachata at fedoraproject.org
Fri Jun 4 15:47:46 UTC 2010


Author: pmachata

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

Modified Files:
	boost.spec 
Log Message:
- Turn on mpich2 on s390.  Add arm to the list of arches that openmpi
  doesn't support.



Index: boost.spec
===================================================================
RCS file: /cvs/pkgs/rpms/boost/devel/boost.spec,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -p -r1.82 -r1.83
--- boost.spec	4 Jun 2010 15:04:53 -0000	1.82
+++ boost.spec	4 Jun 2010 15:47:46 -0000	1.83
@@ -11,9 +11,12 @@
 %endif
 
 # Configuration of MPI backends
-%ifnarch s390 s390x
 %bcond_without mpich2
-%bcond_without openmpi
+%ifarch s390 s390x arm
+  # No OpenMPI support on these arches
+  %bcond_with openmpi
+%else
+  %bcond_without openmpi
 %endif
 
 Name: boost
@@ -737,6 +740,10 @@ find $RPM_BUILD_ROOT%{_includedir}/ \( -
 
 %changelog
 * Fri Jun  4 2010 Petr Machata <pmachata at redhat.com> - 1.41.0-12
+- Turn on mpich2 on s390.  Add arm to the list of arches that openmpi
+  doesn't support.
+
+* Fri Jun  4 2010 Petr Machata <pmachata at redhat.com> - 1.41.0-12
 - Don't distribute cmake support files.
 - Related: #597020
 



More information about the scm-commits mailing list