Accepting request 928954 from science:HPC
- Enable PSM3 provider (jsc#SLE-18754) - 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/928954 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libfabric?expand=0&rev=29
This commit is contained in:
commit
b350b1181b
2
_service
2
_service
@ -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>
|
||||
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Enable PSM3 provider (jsc#SLE-18754)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:14b3aa47861a9a2995c997d43d0ad58475b76e31ec30c66d6280880af605c437
|
||||
size 2053842
|
3
libfabric-1.13.2.0.bcb41c462e1e.tar.bz2
Normal file
3
libfabric-1.13.2.0.bcb41c462e1e.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9be1e39e2c1a6baa52a131902d11ffa556a92249cc1479940fac0af23fa9ed75
|
||||
size 2055843
|
@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 3 07:53:20 UTC 2021 - Nicolas Morey-Chaisemartin <nmoreychaisemartin@suse.com>
|
||||
|
||||
- Enable PSM3 provider (jsc#SLE-18754)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
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>
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
x
Reference in New Issue
Block a user