!12 update version from 1.6.1 to 1.16.1

From: @dan1111 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-01-18 09:19:08 +00:00 committed by Gitee
commit 415a0d9b1b
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
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