From a513817fc5fa391fd648b284968bcc6ec60ad3c9 Mon Sep 17 00:00:00 2001 From: Petr Machata Date: Wed, 4 Dec 2013 10:51:15 +0100 Subject: [PATCH] Disable MPI on aarch64 --- boost.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 0358064..42b5340 100644 --- a/boost.spec +++ b/boost.spec @@ -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