Skip to content

Commit a30eb69

Browse files
committed
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>
1 parent c5d8037 commit a30eb69

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-835 KB
Binary file not shown.
1.05 MB
Binary file not shown.

autogen.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
my $ompi_libtoolize_search = "libtoolize;glibtoolize";
7777

7878
# version of packages we ship as tarballs
79-
my $libevent_version="2.0.22-stable";
79+
my $libevent_version="2.1.12-stable";
8080
my $hwloc_version="2.2.0";
8181

8282
# One-time setup

0 commit comments

Comments
 (0)