Accepting request 928694 from home:NMoreyChaisemartin:branches:science:HPC

- Update to 1.13.2
  - Sort DL providers to ensure consistent load ordering
  - Update hooking providers to handle fi_open_ops calls to avoid crashes
  - Replace cassert with assert.h to avoid C++ headers in C code
  - Enhance serialization for memory monitors to handle external monitors
  - EFA, SHM, TCP, RxM and vers fixes

OBS-URL: https://build.opensuse.org/request/show/928694
OBS-URL: https://build.opensuse.org/package/show/science:HPC/libfabric?expand=0&rev=66
This commit is contained in:
Nicolas Morey-Chaisemartin 2021-11-02 09:39:02 +00:00 committed by Git OBS Bridge
parent a480721370
commit dd36aca7a8
7 changed files with 28 additions and 8 deletions

View File

@ -8,7 +8,7 @@
<param name="versionformat">@PARENT_TAG@.@TAG_OFFSET@.%h</param>
<param name="versionrewrite-pattern">v(.*)</param>
<param name="versionrewrite-replacement">\1</param>
<param name="revision">9682913a72c982b4a872b6b18cf2889e158a029b</param>
<param name="revision">bcb41c462e1e38559c94096ac06e2f578b466882</param>
</service>
<service name="recompress" mode="disabled">
<param name="file">libfabric*.tar</param>

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 29 11:13:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.13.2
- Sort DL providers to ensure consistent load ordering
- Update hooking providers to handle fi_open_ops calls to avoid crashes
- Replace cassert with assert.h to avoid C++ headers in C code
- Enhance serialization for memory monitors to handle external monitors
- EFA, SHM, TCP, RxM and vers fixes
-------------------------------------------------------------------
Wed Aug 25 07:41:46 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -16,10 +16,10 @@
#
%define git_ver .0.9682913a72c9
%define git_ver .0.bcb41c462e1e
Name: fabtests
Version: 1.13.1
Version: 1.13.2
Release: 0
Summary: Test suite for libfabric API
License: BSD-2-Clause OR GPL-2.0-only

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:14b3aa47861a9a2995c997d43d0ad58475b76e31ec30c66d6280880af605c437
size 2053842

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9be1e39e2c1a6baa52a131902d11ffa556a92249cc1479940fac0af23fa9ed75
size 2055843

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Fri Oct 29 11:13:43 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
- Update to 1.13.2
- Sort DL providers to ensure consistent load ordering
- Update hooking providers to handle fi_open_ops calls to avoid crashes
- Replace cassert with assert.h to avoid C++ headers in C code
- Enhance serialization for memory monitors to handle external monitors
- EFA, SHM, TCP, RxM and vers fixes
-------------------------------------------------------------------
Wed Aug 25 07:41:46 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>

View File

@ -17,10 +17,10 @@
#
%define git_ver .0.9682913a72c9
%define git_ver .0.bcb41c462e1e
Name: libfabric
Version: 1.13.1
Version: 1.13.2
Release: 0
Summary: User-space RDMA Fabric Interfaces
License: BSD-2-Clause OR GPL-2.0-only