[packages/fabtests] - updated to 1.14.0
qboosh
qboosh at pld-linux.org
Sat Feb 19 22:32:18 CET 2022
commit 34f5c9408dd80c81a6fd48a196ee5ab24cd1cd40
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Sat Feb 19 22:33:42 2022 +0100
- updated to 1.14.0
fabtests.spec | 28 ++++++++++++++++++++--------
1 file changed, 20 insertions(+), 8 deletions(-)
---
diff --git a/fabtests.spec b/fabtests.spec
index 0238aac..1c30f50 100644
--- a/fabtests.spec
+++ b/fabtests.spec
@@ -1,21 +1,21 @@
Summary: Test suite for libfabric API
Summary(pl.UTF-8): Zestaw testów dla API libfabric
Name: fabtests
-Version: 1.7.1
+Version: 1.14.0
Release: 1
License: BSD or GPL v2
Group: Libraries
#or https://github.com/ofiwg/fabtests/releases
#Source0Download: https://github.com/ofiwg/libfabric/releases
Source0: https://github.com/ofiwg/libfabric/releases/download/v%{version}/%{name}-%{version}.tar.bz2
-# Source0-md5: d6616a93d7f2a3df1f5c37d40d59578b
+# Source0-md5: 2558586bd630f5703e8fe265a0fdd75d
URL: https://github.com/ofiwg/fabtests
BuildRequires: autoconf >= 2.57
BuildRequires: automake >= 1:1.11
-BuildRequires: libfabric-devel >= 1.7.1
+BuildRequires: libfabric-devel >= 1.14.0
BuildRequires: libtool >= 2:2
BuildRequires: sed >= 4.0
-Requires: libfabric >= 1.7.1
+Requires: libfabric >= 1.14.0
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
@@ -48,9 +48,9 @@ rm -rf $RPM_BUILD_ROOT
DESTDIR=$RPM_BUILD_ROOT
# don't package plain unit tests
-%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_tagged_peek,scalable_ep,shared_ctx}
+%{__rm} $RPM_BUILD_ROOT%{_bindir}/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_cache_evict,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_tagged_peek,scalable_ep,shared_ctx}
%{__rm} $RPM_BUILD_ROOT%{_bindir}/runfabtests.sh
-%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_multi_recv,rdm_tagged_peek,scalable_ep,shared_ctx}.1
+%{__rm} $RPM_BUILD_ROOT%{_mandir}/man1/fi_{av_test,cm_data,cntr_test,cq_data,cq_test,dgram,dgram_waitset,dom_test,eq_test,getinfo_test,mr_test,msg,msg_epoll,msg_sockets,poll,rdm,rdm_atomic,rdm_rma_*,rdm_tagged_peek,scalable_ep,shared_ctx}.1
%clean
rm -rf $RPM_BUILD_ROOT
@@ -59,15 +59,22 @@ rm -rf $RPM_BUILD_ROOT
%defattr(644,root,root,755)
%doc AUTHORS COPYING
%attr(755,root,root) %{_bindir}/fi_av_xfer
+%attr(755,root,root) %{_bindir}/fi_bw
%attr(755,root,root) %{_bindir}/fi_dgram_pingpong
+%attr(755,root,root) %{_bindir}/fi_efa_ep_rnr_retry
%attr(755,root,root) %{_bindir}/fi_inj_complete
+%attr(755,root,root) %{_bindir}/fi_loopback
%attr(755,root,root) %{_bindir}/fi_mcast
%attr(755,root,root) %{_bindir}/fi_multi_ep
%attr(755,root,root) %{_bindir}/fi_multi_mr
+%attr(755,root,root) %{_bindir}/fi_multi_recv
+%attr(755,root,root) %{_bindir}/fi_multinode
+%attr(755,root,root) %{_bindir}/fi_multinode_coll
%attr(755,root,root) %{_bindir}/fi_msg_bw
%attr(755,root,root) %{_bindir}/fi_msg_pingpong
%attr(755,root,root) %{_bindir}/fi_rdm_cntr_pingpong
%attr(755,root,root) %{_bindir}/fi_rdm_deferred_wq
+%attr(755,root,root) %{_bindir}/fi_rdm_multi_client
%attr(755,root,root) %{_bindir}/fi_rdm_multi_domain
%attr(755,root,root) %{_bindir}/fi_rdm_pingpong
%attr(755,root,root) %{_bindir}/fi_rdm_shared_av
@@ -75,22 +82,27 @@ rm -rf $RPM_BUILD_ROOT
%attr(755,root,root) %{_bindir}/fi_rdm_tagged_pingpong
%attr(755,root,root) %{_bindir}/fi_recv_cancel
%attr(755,root,root) %{_bindir}/fi_resmgmt_test
-%attr(755,root,root) %{_bindir}/fi_resource_freeing
%attr(755,root,root) %{_bindir}/fi_rma_bw
+%attr(755,root,root) %{_bindir}/fi_stream_msg
%attr(755,root,root) %{_bindir}/fi_ubertest
%attr(755,root,root) %{_bindir}/fi_unexpected_msg
+%attr(755,root,root) %{_bindir}/fi_unmap_mem
%attr(755,root,root) %{_bindir}/rft_yaml_to_junit_xml
%{_datadir}/fabtests
%{_mandir}/man1/fi_av_xfer.1*
+%{_mandir}/man1/fi_bw.1*
%{_mandir}/man1/fi_dgram_pingpong.1*
+%{_mandir}/man1/fi_efa_ep_rnr_retry.1*
%{_mandir}/man1/fi_inj_complete.1*
%{_mandir}/man1/fi_mcast.1*
%{_mandir}/man1/fi_multi_ep.1*
%{_mandir}/man1/fi_multi_mr.1*
+%{_mandir}/man1/fi_multi_recv.1*
%{_mandir}/man1/fi_msg_bw.1*
%{_mandir}/man1/fi_msg_pingpong.1*
%{_mandir}/man1/fi_rdm_cntr_pingpong.1*
%{_mandir}/man1/fi_rdm_deferred_wq.1*
+%{_mandir}/man1/fi_rdm_multi_client.1*
%{_mandir}/man1/fi_rdm_multi_domain.1*
%{_mandir}/man1/fi_rdm_pingpong.1*
%{_mandir}/man1/fi_rdm_shared_av.1*
@@ -98,8 +110,8 @@ rm -rf $RPM_BUILD_ROOT
%{_mandir}/man1/fi_rdm_tagged_pingpong.1*
%{_mandir}/man1/fi_recv_cancel.1*
%{_mandir}/man1/fi_resmgmt_test.1*
-%{_mandir}/man1/fi_resource_freeing.1*
%{_mandir}/man1/fi_rma_bw.1*
%{_mandir}/man1/fi_ubertest.1*
%{_mandir}/man1/fi_unexpected_msg.1*
+%{_mandir}/man1/fi_unmap_mem.1*
%{_mandir}/man7/fabtests.7*
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fabtests.git/commitdiff/34f5c9408dd80c81a6fd48a196ee5ab24cd1cd40
More information about the pld-cvs-commit
mailing list