Compare commits

..

No commits in common. "f06d50faa1a97ad1066bcd7be112991573753b12" and "a6c103cbced64ff8313806b02de297b92116a31f" have entirely different histories.

4 changed files with 29 additions and 21 deletions

View File

@ -0,0 +1,19 @@
--- 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;

Binary file not shown.

BIN
libfabric-1.6.1.tar.bz2 Normal file

Binary file not shown.

View File

@ -1,12 +1,14 @@
Name: libfabric
Version: 1.20.0
Release: 1
Version: 1.6.1
Release: 4
Summary: A core component of OpenFabric Interfaces
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
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 make
BuildRequires: gcc libibverbs-devel libnl3-devel librdmacm-devel
%ifarch x86_64
BuildRequires: infinipath-psm-devel libpsm2-devel
%endif
@ -47,7 +49,7 @@ This contains man files for the using of libfabric.
%build
%configure --disable-silent-rules --disable-static
%make_build V=1
%make_build
%install
@ -56,7 +58,6 @@ This contains man files for the using of libfabric.
%ldconfig_scriptlets
chrpath -d %{buildroot}%{_bindir}/fi_*
%files
@ -75,19 +76,7 @@ chrpath -d %{buildroot}%{_bindir}/fi_*
%changelog
* 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
* Web 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