diff --git a/backport-libfabric-fix-multiple-definition.patch b/backport-libfabric-fix-multiple-definition.patch deleted file mode 100644 index f58138feea7f1ffb02d8512b14b54fd7da6a03a8..0000000000000000000000000000000000000000 --- a/backport-libfabric-fix-multiple-definition.patch +++ /dev/null @@ -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; diff --git a/libfabric-1.16.1.tar.bz2 b/libfabric-1.16.1.tar.bz2 new file mode 100644 index 0000000000000000000000000000000000000000..740b2a97ff898409aabdb7ade937fc774d42c0d6 Binary files /dev/null and b/libfabric-1.16.1.tar.bz2 differ diff --git a/libfabric-1.6.1.tar.bz2 b/libfabric-1.6.1.tar.bz2 deleted file mode 100644 index 4d29f34ed42eab5afd42a371063ec2107e65baac..0000000000000000000000000000000000000000 Binary files a/libfabric-1.6.1.tar.bz2 and /dev/null differ diff --git a/libfabric.spec b/libfabric.spec index 00241f259edf5f874a2310b5174eaef974b668c6..25e2013973dd3faa08c0fdcaea3ef03cf4d2118a 100644 --- a/libfabric.spec +++ b/libfabric.spec @@ -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 1.16.1-1 +- update to 1.16.1 + * Fri Sep 10 2021 gongzhengtang -1.6.1-5 - fix rpath