From c7f71489c078d152e33d5c0d59ffea55fd4d1445 Mon Sep 17 00:00:00 2001 From: Yaakov Selkowitz Date: Wed, 31 Jan 2024 14:15:03 -0500 Subject: [PATCH] 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 --- prrte.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/prrte.spec b/prrte.spec index ac6f409..b0eaf7e 100644 --- a/prrte.spec +++ b/prrte.spec @@ -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.