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

Note that this libevent release contains ambiguous python shebang that will
cause rpm build failures on modern systems. Read more:
https://fedoraproject.org/wiki/Changes/Make_ambiguous_python_shebangs_error

Signed-off-by: Wenduo Wang <wenduwan@amazon.com>
  • Loading branch information
wenduwan committed May 6, 2024
1 parent dd4c9b4 commit 43291ae
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 43291ae

Please sign in to comment.