Disable IPv6 support - appears to break MPI_Init() on koji builders (bz#2141137)
This commit is contained in:
parent
8f566791db
commit
ef93e44212
@ -37,7 +37,7 @@
|
|||||||
|
|
||||||
Name: openmpi%{?_cc_name_suffix}
|
Name: openmpi%{?_cc_name_suffix}
|
||||||
Version: 4.1.4
|
Version: 4.1.4
|
||||||
Release: 5%{?dist}
|
Release: 6%{?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/
|
||||||
@ -205,7 +205,6 @@ OpenMPI support for Python 3.
|
|||||||
--with-valgrind \
|
--with-valgrind \
|
||||||
--enable-memchecker \
|
--enable-memchecker \
|
||||||
--with-hwloc=/usr \
|
--with-hwloc=/usr \
|
||||||
--enable-ipv6 \
|
|
||||||
%if !0%{?el7}
|
%if !0%{?el7}
|
||||||
--with-libevent=external \
|
--with-libevent=external \
|
||||||
--with-pmix=external \
|
--with-pmix=external \
|
||||||
@ -380,6 +379,9 @@ make check
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* 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)
|
||||||
|
|
||||||
* Fri Aug 19 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 4.1.4-5
|
* Fri Aug 19 2022 Davide Cavalca <dcavalca@fedoraproject.org> - 4.1.4-5
|
||||||
- Enable IPv6 support (bz#2119845)
|
- Enable IPv6 support (bz#2119845)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user