diff --git a/_service b/_service index bd811f0..693c4c1 100644 --- a/_service +++ b/_service @@ -8,7 +8,7 @@ @PARENT_TAG@.@TAG_OFFSET@.%h v(.*) \1 - 9682913a72c982b4a872b6b18cf2889e158a029b + bcb41c462e1e38559c94096ac06e2f578b466882 libfabric*.tar diff --git a/fabtests.changes b/fabtests.changes index 7c2307f..3b37b2f 100644 --- a/fabtests.changes +++ b/fabtests.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin + +- Enable PSM3 provider (jsc#SLE-18754) + +------------------------------------------------------------------- +Fri Oct 29 11:13:43 UTC 2021 - Nicolas Morey-Chaisemartin + +- 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 diff --git a/fabtests.spec b/fabtests.spec index 9fa1e68..2e8764b 100644 --- a/fabtests.spec +++ b/fabtests.spec @@ -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 diff --git a/libfabric-1.13.1.0.9682913a72c9.tar.bz2 b/libfabric-1.13.1.0.9682913a72c9.tar.bz2 deleted file mode 100644 index af68570..0000000 --- a/libfabric-1.13.1.0.9682913a72c9.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:14b3aa47861a9a2995c997d43d0ad58475b76e31ec30c66d6280880af605c437 -size 2053842 diff --git a/libfabric-1.13.2.0.bcb41c462e1e.tar.bz2 b/libfabric-1.13.2.0.bcb41c462e1e.tar.bz2 new file mode 100644 index 0000000..5205094 --- /dev/null +++ b/libfabric-1.13.2.0.bcb41c462e1e.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9be1e39e2c1a6baa52a131902d11ffa556a92249cc1479940fac0af23fa9ed75 +size 2055843 diff --git a/libfabric.changes b/libfabric.changes index 7c2307f..3b37b2f 100644 --- a/libfabric.changes +++ b/libfabric.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin + +- Enable PSM3 provider (jsc#SLE-18754) + +------------------------------------------------------------------- +Fri Oct 29 11:13:43 UTC 2021 - Nicolas Morey-Chaisemartin + +- 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 diff --git a/libfabric.spec b/libfabric.spec index 0d900c9..c0ddc71 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -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 @@ -34,6 +34,7 @@ BuildRequires: automake BuildRequires: libibverbs-devel BuildRequires: libnl3-devel %ifarch x86_64 +BuildRequires: libnuma-devel BuildRequires: libpsm2-devel %endif %ifarch x86_64 %{ix86} @@ -82,6 +83,7 @@ autoreconf -fi %endif %ifarch x86_64 --enable-psm2 \ + --enable-psm3 \ %endif --disable-static make %{?_smp_mflags}