Fix Hypre support on fedora 28

This commit is contained in:
sagitter 2018-08-03 13:03:11 +02:00
parent ccb87599cf
commit 4597712025

View File

@ -27,12 +27,16 @@
%if 0%{?fedora} && 0%{?fedora} < 29
## Exclude MPI builds on s390x
%ifarch s390x
%bcond_with mpich
%bcond_without mpich
%bcond_with openmpi
%endif
%ifnarch s390x
%bcond_without mpich
%bcond_without openmpi
%endif
%endif
%if 0%{?fedora} && 0%{?fedora} >= 28
%if 0%{?fedora} && 0%{?fedora} >= 29
%bcond_without mpich
%bcond_without openmpi
%endif