[packages/libfabric] - updated to 1.20.1
qboosh
qboosh at pld-linux.org
Sat Mar 23 21:55:57 CET 2024
commit 8930a9f405dea3389d7f5bb4d1cf8d5cd9ec7ec8
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Mar 23 21:50:01 2024 +0100
- updated to 1.20.1
libfabric.spec | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
---
diff --git a/libfabric.spec b/libfabric.spec
index 5c5dd22..a9eb822 100644
--- a/libfabric.spec
+++ b/libfabric.spec
@@ -1,7 +1,10 @@
# TODO:
+# - xpmem support (--enable-xpmem, https://github.com/hpc/xpmem)
# - cuda support
# - level_zero (--with-ze, https://github.com/oneapi-src/level-zero + libdrm-devel)
-# - AWS Neuron (--with-neuron, nrt/nrt.h
+# - AWS Neuron (--with-neuron, nrt/nrt.h)
+# - SynapseAI (--with-synapseai, habanalabs/synapse_api.h)
+# - lttng (--with-lttng, BR: lttng-ust-devel)
# - gdrcopy (https://github.com/NVIDIA/gdrcopy, requires cuda)
# - rocr (https://github.com/RadeonOpenCompute/ROCR-Runtime)
# - proprietary providers (cray/gni...)
@@ -26,13 +29,13 @@
Summary: User-space RDMA Fabric interface library
Summary(pl.UTF-8): Biblioteka interfejsu przestrzeni użytkownika RDMA Fabric
Name: libfabric
-Version: 1.15.1
+Version: 1.20.1
Release: 1
License: BSD or GPL v2
Group: Libraries
#Source0Download: https://github.com/ofiwg/libfabric/releases
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: 0fa59b48415fd1e24330da0869808937
+# Source0-md5: b60abb57665bdd583bfaedb4a9e859e8
URL: https://github.com/ofiwg/libfabric
BuildRequires: autoconf >= 2.60
BuildRequires: automake >= 1:1.11
@@ -44,6 +47,7 @@ BuildRequires: libnl-devel >= 3.2
# for verbs
BuildRequires: librdmacm-devel
BuildRequires: libtool >= 2:2
+BuildRequires: liburing-devel >= 2.1
%if %{with opx} || %{with psm3}
BuildRequires: libuuid-devel
%endif
@@ -137,6 +141,7 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_libdir}/libfabric.so
%{_includedir}/rdma/fabric.h
%{_includedir}/rdma/fi_*.h
+%{_includedir}/rdma/providers
%{_pkgconfigdir}/libfabric.pc
%{_mandir}/man3/fi_*.3*
%{_mandir}/man7/fabric.7*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/libfabric.git/commitdiff/8930a9f405dea3389d7f5bb4d1cf8d5cd9ec7ec8
More information about the pld-cvs-commit
mailing list