Skip to content
Draft
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

mercury (2.4.0-6) unstable; urgency=medium
[ Joseph Moore ]
* Update ep close to address memeory leak in UCX.

-- Joseph Moore <[email protected]> Fri, 05 Sep 2025 07:00:00 -0600

mercury (2.4.0-5) unstable; urgency=medium
[ Joseph Moore ]
* Update release number to differentiate from test RPMs for prior issue.
Expand Down
8 changes: 5 additions & 3 deletions mercury.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: mercury
Version: 2.4.0
Release: 5%{?dist}
Release: 6%{?dist}

# --without ucx build switch
%bcond_without ucx
Expand All @@ -16,7 +16,6 @@ Group: Development/Libraries
URL: http://mercury-hpc.github.io/
Source0: https://github.com/mercury-hpc/%{name}/releases/download/v%{dl_version}/%{name}-%{dl_version}.tar.bz2
Patch0: na_ucx.patch
Patch1: na_ucx_ep_flush.patch

BuildRequires: libfabric-devel >= 1.20
BuildRequires: cmake
Expand Down Expand Up @@ -132,8 +131,11 @@ Mercury plugin to support the UCX transport.
%{_libdir}/cmake/

%changelog
* Fri Sep 05 2025 Joseph Moore <[email protected]> - 2.4.0-6
- Changes to ep flush code to eliminate memeory leak in UCX.

* Wed Jun 25 2025 Joseph Moore <[email protected]> - 2.4.0-5
- Update release number to differentiate from test RPMs for prior issue..
- Update release number to differentiate from test RPMs for prior issue.

* Tue Mar 11 2025 Joseph Moore <[email protected]> - 2.4.0-4
- Change to addr_release for handling of "already present" warning.
Expand Down
Loading