Skip to content

Commit

Permalink
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>
  • Loading branch information
bwbarrett committed Sep 30, 2020
1 parent eb76fb5 commit a29077f
Show file tree
Hide file tree
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
Expand Up @@ -76,7 +76,7 @@
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
Expand Down

0 comments on commit a29077f

Please sign in to comment.