Fix Hypre support on fedora 28
This commit is contained in:
parent
ccb87599cf
commit
4597712025
@ -27,12 +27,16 @@
|
|||||||
%if 0%{?fedora} && 0%{?fedora} < 29
|
%if 0%{?fedora} && 0%{?fedora} < 29
|
||||||
## Exclude MPI builds on s390x
|
## Exclude MPI builds on s390x
|
||||||
%ifarch s390x
|
%ifarch s390x
|
||||||
%bcond_with mpich
|
%bcond_without mpich
|
||||||
%bcond_with openmpi
|
%bcond_with openmpi
|
||||||
%endif
|
%endif
|
||||||
|
%ifnarch s390x
|
||||||
|
%bcond_without mpich
|
||||||
|
%bcond_without openmpi
|
||||||
|
%endif
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%if 0%{?fedora} && 0%{?fedora} >= 28
|
%if 0%{?fedora} && 0%{?fedora} >= 29
|
||||||
%bcond_without mpich
|
%bcond_without mpich
|
||||||
%bcond_without openmpi
|
%bcond_without openmpi
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user