The package rpms/openmpi.git has added or updated architecture specific content in its spec file (ExclusiveArch/ExcludeArch or %ifarch/%ifnarch) in commit(s): https://src.fedoraproject.org/cgit/rpms/openmpi.git/commit/?id=fd6b4d8679009....
Change: -%ifarch aarch64 ppc64le x86_64
Thanks.
Full change: ============
commit fd6b4d86790095c40eb8ce0c13addc67e0d2c7ec Author: Orion Poplawski orion@nwra.com Date: Mon May 27 07:46:18 2019 -0600
Drop UCX support for now
diff --git a/openmpi.spec b/openmpi.spec index 3335d86..328504c 100644 --- a/openmpi.spec +++ b/openmpi.spec @@ -21,7 +21,7 @@
Name: openmpi%{?_cc_name_suffix} Version: 4.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Open Message Passing Interface License: BSD and MIT and Romio URL: http://www.open-mpi.org/ @@ -72,9 +72,10 @@ BuildRequires: infinipath-psm-devel BuildRequires: libpsm2-devel %endif BuildRequires: torque-devel -%ifarch aarch64 ppc64le x86_64 -BuildRequires: ucx-devel -%endif +# UCX appears to be leading to a segfault +#ifarch aarch64 ppc64le x86_64 +#BuildRequires: ucx-devel +#endif BuildRequires: zlib-devel %if !0%{?el7} BuildRequires: rpm-mpi-hooks @@ -341,6 +342,9 @@ make check
%changelog +* Mon May 27 2019 Orion Poplawski orion@nwra.com - 4.0.1-5 +- Drop UCX support for now + * Wed May 15 2019 Orion Poplawski orion@nwra.com - 4.0.1-4 - Add upstream patch OSC/UCX: use correct rkey for atomic_fadd in rget/rput
arch-excludes@lists.fedoraproject.org