Drop i686

Both the dependency pmix and the dependent openmpi have dropped support
for 32-bit, therefore this must as well:

https://github.com/openpmix/openpmix/pull/2892
https://github.com/open-mpi/ompi/issues/11248
This commit is contained in:
Yaakov Selkowitz 2024-01-31 14:15:03 -05:00
parent bfeb9c3e51
commit c7f71489c0

View File

@ -23,6 +23,9 @@ BuildRequires: perl-interpreter
BuildRequires: torque-devel
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
# openmpi, pmix no longer support 32-bit platforms
ExcludeArch: %{ix86}
%description
PRRTE is the PMIx Reference Run Time Environment.