Disable MPI on aarch64

This commit is contained in:
Petr Machata 2013-12-04 10:51:15 +01:00
parent cb253a3d3f
commit a513817fc5

View File

@ -7,13 +7,13 @@
%define boost_docdir __tmp_docdir
%define boost_examplesdir __tmp_examplesdir
%ifarch %{arm}
%ifarch %{arm} aarch64
%bcond_with mpich
%else
%bcond_without mpich
%endif
%ifarch s390 s390x %{arm}
%ifarch s390 s390x %{arm} aarch64
# No OpenMPI support on these arches
%bcond_with openmpi
%else