Compare commits

..

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
f06d50faa1
!22 update to 1.20.0
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-12-29 10:26:56 +00:00
lyn1001
d46abd41d3 Upgrade to version 1.20.0 2023-12-29 16:06:02 +08:00
openeuler-ci-bot
a24a4cbc82
!19 Update to 1.18.0
From: @lyn1001 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-05-17 10:01:04 +00:00
lyn1001
c97af1c4c9 Update to 1.18.0 2023-05-17 10:34:50 +08:00
openeuler-ci-bot
415a0d9b1b
!12 update version from 1.6.1 to 1.16.1
From: @dan1111 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-01-18 09:19:08 +00:00
dan
c1061b9f5b update to 1.16.1 2023-01-18 10:33:28 +08:00
openeuler-ci-bot
53d05e8540
!10 【轻量级 PR】:fix spec changelog date error
From: @jxy_git 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-06-16 13:35:06 +00:00
jiangxinyu
c4217f0d15
fix spec changelog date error 2022-06-09 02:17:50 +00:00
openeuler-ci-bot
02fa21abfa !5 修复rpath的安全变异选项
From: @gongzt
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2021-09-10 04:50:57 +00:00
gongzt
fa7cb6db8e fix rpath 2021-09-10 12:42:16 +08:00
4 changed files with 21 additions and 29 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.20.0.tar.bz2 Normal file

Binary file not shown.

Binary file not shown.

View File

@ -1,14 +1,12 @@
Name: libfabric
Version: 1.6.1
Release: 4
Version: 1.20.0
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
License: BSD-2-Clause OR GPL-2.0-only
URL: https://github.com/ofiwg/libfabric
Source0: https://github.com/ofiwg/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.bz2
BuildRequires: gcc libibverbs-devel libnl3-devel librdmacm-devel
BuildRequires: gcc libibverbs-devel libnl3-devel librdmacm-devel chrpath make
%ifarch x86_64
BuildRequires: infinipath-psm-devel libpsm2-devel
%endif
@ -49,7 +47,7 @@ This contains man files for the using of libfabric.
%build
%configure --disable-silent-rules --disable-static
%make_build
%make_build V=1
%install
@ -58,6 +56,7 @@ This contains man files for the using of libfabric.
%ldconfig_scriptlets
chrpath -d %{buildroot}%{_bindir}/fi_*
%files
@ -76,7 +75,19 @@ This contains man files for the using of libfabric.
%changelog
* Web Aug 04 2021 Liu Yinsi <liuyinsi@163.com> - 1.6.1-4
* Fri Dec 29 2023 liyanan <liyanan61@h-partners.com> - 1.20.0-1
- update to 1.20.0
* Wed May 17 2023 liyanan <thistleslyn@163.com> - 1.18.0-1
- update to 1.18.0
* 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
* Wed Aug 04 2021 Liu Yinsi <liuyinsi@163.com> - 1.6.1-4
- fix multiple definition to support gcc 10
* Fri Nov 29 2019 huyan <hu.huyan@huawei.com> - 1.6.1-3