Compare commits
10 Commits
a6c103cbce
...
f06d50faa1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f06d50faa1 | ||
|
|
d46abd41d3 | ||
|
|
a24a4cbc82 | ||
|
|
c97af1c4c9 | ||
|
|
415a0d9b1b | ||
|
|
c1061b9f5b | ||
|
|
53d05e8540 | ||
|
|
c4217f0d15 | ||
|
|
02fa21abfa | ||
|
|
fa7cb6db8e |
@ -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
BIN
libfabric-1.20.0.tar.bz2
Normal file
Binary file not shown.
Binary file not shown.
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user