Fix flatpak build

We neither need nor are building mpich and openmpi subpackages.
This commit is contained in:
Yaakov Selkowitz 2023-09-06 10:02:21 -04:00
parent 9b75c31167
commit b3db91756a

View File

@ -14,8 +14,13 @@
%else %else
%bcond_with java %bcond_with java
%endif %endif
%if 0%{?flatpak}
%bcond_with mpich
%bcond_with openmpi
%else
%bcond_without mpich %bcond_without mpich
%bcond_without openmpi %bcond_without openmpi
%endif
# s390x on EL8 does not have xorg-x11-drv-dummy # s390x on EL8 does not have xorg-x11-drv-dummy
%if 0%{?rhel} %if 0%{?rhel}
%ifarch s390x %ifarch s390x