Re-enable IPv6 support - was not the issue

This commit is contained in:
Orion Poplawski 2022-11-11 08:12:09 -07:00
parent ef93e44212
commit 454259f6ea

View File

@ -37,7 +37,7 @@
Name: openmpi%{?_cc_name_suffix} Name: openmpi%{?_cc_name_suffix}
Version: 4.1.4 Version: 4.1.4
Release: 6%{?dist} Release: 7%{?dist}
Summary: Open Message Passing Interface Summary: Open Message Passing Interface
License: BSD and MIT and Romio License: BSD and MIT and Romio
URL: http://www.open-mpi.org/ URL: http://www.open-mpi.org/
@ -197,6 +197,7 @@ OpenMPI support for Python 3.
--disable-silent-rules \ --disable-silent-rules \
--enable-builtin-atomics \ --enable-builtin-atomics \
--enable-mpi-cxx \ --enable-mpi-cxx \
--enable-ipv6 \
%if %{with java} %if %{with java}
--enable-mpi-java \ --enable-mpi-java \
%endif %endif
@ -379,6 +380,9 @@ make check
%changelog %changelog
* Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 4.1.4-7
- Re-enable IPv6 support - was not the issue
* Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 4.1.4-6 * Fri Nov 11 2022 Orion Poplawski <orion@nwra.com> - 4.1.4-6
- Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137) - Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137)