Disable MPI too.

Signed-off-by: David Abdurachmanov <davidlt@rivosinc.com>
This commit is contained in:
David Abdurachmanov 2023-10-18 12:56:43 +03:00
parent 64e20f0302
commit 55dfa5cc57
Signed by: davidlt
GPG Key ID: 8B7F1DA0E2C9FDBB
1 changed files with 2 additions and 2 deletions

View File

@ -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