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:
parent
bfeb9c3e51
commit
c7f71489c0
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user