Revert "Disable MPI too."

This reverts commit 55dfa5cc57.
This commit is contained in:
David Abdurachmanov 2023-10-21 15:01:54 +03:00
parent 55dfa5cc57
commit 6a2308c796
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_with mpich
%bcond_without mpich
%ifarch s390
# No OpenMPI support on these arches
%bcond_with openmpi
%else
%bcond_with openmpi
%bcond_without openmpi
%endif
%endif