fix the arch define for ARM platforms

This commit is contained in:
Dan Horák 2010-07-15 09:39:20 +00:00
parent 71946ab51e
commit a1891f493f

View File

@ -12,7 +12,7 @@
# Configuration of MPI backends
%bcond_without mpich2
%ifarch s390 s390x arm
%ifarch s390 s390x %{arm}
# No OpenMPI support on these arches
%bcond_with openmpi
%else