update to 1.16.1

This commit is contained in:
dan 2022-11-15 11:26:57 +08:00
parent 53d05e8540
commit c1061b9f5b
4 changed files with 5 additions and 22 deletions

View File

@ -1,19 +0,0 @@
--- a/prov/verbs/src/fi_verbs.h 2018-05-09 03:27:04.000000000 +0800
+++ b/prov/verbs/src/fi_verbs.h 2021-08-04 17:37:52.143247627 +0800
@@ -680,11 +680,11 @@
int fi_ibv_dgram_av_open(struct fid_domain *domain_fid, struct fi_av_attr *attr,
struct fid_av **av_fid, void *context);
-struct fi_ops_atomic fi_ibv_msg_ep_atomic_ops;
-struct fi_ops_cm fi_ibv_msg_ep_cm_ops;
-struct fi_ops_msg fi_ibv_msg_ep_msg_ops;
-struct fi_ops_rma fi_ibv_msg_ep_rma_ops;
-struct fi_ops_msg fi_ibv_msg_srq_ep_msg_ops;
+extern struct fi_ops_atomic fi_ibv_msg_ep_atomic_ops;
+extern struct fi_ops_cm fi_ibv_msg_ep_cm_ops;
+extern struct fi_ops_msg fi_ibv_msg_ep_msg_ops;
+extern struct fi_ops_rma fi_ibv_msg_ep_rma_ops;
+extern struct fi_ops_msg fi_ibv_msg_srq_ep_msg_ops;
struct fi_ibv_connreq {
struct fid handle;

BIN
libfabric-1.16.1.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,11 +1,10 @@
Name: libfabric
Version: 1.6.1
Release: 5
Version: 1.16.1
Release: 1
Summary: A core component of OpenFabric Interfaces
License: BSD or GPLv2
URL: http://ofiwg.github.io/libfabric/
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
Patch0001: backport-libfabric-fix-multiple-definition.patch
BuildRequires: gcc libibverbs-devel libnl3-devel librdmacm-devel chrpath
@ -77,6 +76,9 @@ chrpath -d %{buildroot}%{_bindir}/fi_*
%changelog
* Sat Nov 12 2022 hua <dchang@zhixundn.com> 1.16.1-1
- update to 1.16.1
* Fri Sep 10 2021 gongzhengtang <gongzhengtang@huawei.com> -1.6.1-5
- fix rpath