Fix flatpak build
We neither need nor are building mpich and openmpi subpackages.
This commit is contained in:
parent
9b75c31167
commit
b3db91756a
5
vtk.spec
5
vtk.spec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user