Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libevent: Upgrade Libevent to 2.1.12-stable
Browse files Browse the repository at this point in the history
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>
bwbarrett committed Sep 29, 2020
1 parent 0f1e4ee commit db16c2d
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed 3rd-party/libevent-2.0.22-stable.tar.gz
Binary file not shown.
Binary file added 3rd-party/libevent-2.1.12-stable.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion autogen.pl
Original file line number Diff line number Diff line change
@@ -76,7 +76,7 @@
my $ompi_libtoolize_search = "libtoolize;glibtoolize";

# version of libevent we ship
my $libevent_version="2.0.22-stable";
my $libevent_version="2.1.12-stable";

# One-time setup
my $username;

0 comments on commit db16c2d

Please sign in to comment.