Skip to content

Commit

Permalink
3rd-party: rename libevent release to stable_ompi
Browse files Browse the repository at this point in the history
rpmbuild now does not accept '-' in release name.
This patch rebuilds libevent 2.1.12-stable with:
- autoconf 2.27
- automake 1.16.5
- libtool  2.4.7

Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
  • Loading branch information
wenduwan committed Apr 28, 2024
1 parent dd4c9b4 commit ed1a8f3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed 3rd-party/libevent-2.1.12-stable-ompi.tar.gz
Binary file not shown.
Binary file added 3rd-party/libevent-2.1.12-stable_ompi.tar.gz
Binary file not shown.
2 changes: 1 addition & 1 deletion autogen.pl
Expand Up @@ -71,7 +71,7 @@
my $ompi_libtoolize_search = "libtoolize;glibtoolize";

# version of packages we ship as tarballs
my $libevent_version="2.1.12-stable-ompi";
my $libevent_version="2.1.12-stable_ompi";
my $hwloc_version="2.7.1";

# One-time setup
Expand Down

0 comments on commit ed1a8f3

Please sign in to comment.