1
1

libevent: Upgrade Libevent to 2.1.12-stable

The refactoring patches move Libevent from a framework integration
to a 3rd-party package, but did not change the Libevent version
that Open MPI ships.  During that swap, we stopped running the
Autotools on Libevent and relied on the tools the Libevent authors
used when building the 2.0.22 release tarball.  The config.guess
in this release tarball did not work on the IBM systems.

This patch updates the release version of Libevent to 2.1.12-stable,
which will suck in a bunch of upstream bug fixes and updates
the config.guess so that the 3rd-party refactoring actually
compiles on the IBM Power systems.

Signed-off-by: Brian Barrett <bbarrett@amazon.com>
Этот коммит содержится в:
Brian Barrett 2020-09-29 14:41:56 +00:00
родитель c5d8037b85
Коммит a30eb69cbb
3 изменённых файлов: 1 добавлений и 1 удалений

Двоичные данные
3rd-party/libevent-2.0.22-stable.tar.gz поставляемый

Двоичный файл не отображается.

Двоичные данные
3rd-party/libevent-2.1.12-stable.tar.gz поставляемый Обычный файл

Двоичный файл не отображается.

Просмотреть файл

@ -76,7 +76,7 @@ my $ompi_automake_search = "automake";
my $ompi_libtoolize_search = "libtoolize;glibtoolize";
# version of packages we ship as tarballs
my $libevent_version="2.0.22-stable";
my $libevent_version="2.1.12-stable";
my $hwloc_version="2.2.0";
# One-time setup