No openmpi on i668 with openmpi 5 in Fedora 40+

This commit is contained in:
Orion Poplawski 2023-11-01 19:48:44 -06:00
parent 6ac8d12b23
commit 54bf13eec1
1 changed files with 9 additions and 0 deletions

View File

@ -19,8 +19,17 @@
%bcond_with openmpi
%else
%bcond_without mpich
# No openmpi on i668 with openmpi 5 in Fedora 40+
%if 0%{?fedora} >= 40
%ifarch %{ix86}
%bcond_with openmpi
%else
%bcond_without openmpi
%endif
%else
%bcond_without openmpi
%endif
%endif
# s390x on EL8 does not have xorg-x11-drv-dummy
%if 0%{?rhel}
%ifarch s390x