From 55dfa5cc57a04b2e777935ba2c165665e0aeb4a3 Mon Sep 17 00:00:00 2001 From: David Abdurachmanov Date: Wed, 18 Oct 2023 12:56:43 +0300 Subject: [PATCH] Disable MPI too. Signed-off-by: David Abdurachmanov --- boost.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/boost.spec b/boost.spec index 037f40a..9c6fb22 100644 --- a/boost.spec +++ b/boost.spec @@ -14,13 +14,13 @@ %bcond_with openmpi %else # All arches have mpich -%bcond_without mpich +%bcond_with mpich %ifarch s390 # No OpenMPI support on these arches %bcond_with openmpi %else - %bcond_without openmpi + %bcond_with openmpi %endif %endif