From 4b2b48a297d27f04c5e55abafd6397fd3e6efd8e Mon Sep 17 00:00:00 2001 From: Tamara Babayan Date: Thu, 19 Dec 2024 11:43:37 +0400 Subject: [PATCH] Added correct list of required packages(Depends) for perftest.deb Perftest requires the rdma-core and libibumad packages for proper operation, but they are missing from the dependency list. As a result, perftest can be installed successfully, and its tools can be used, but some will not work without the libibumad package. This patch adds the missing dependencies to the perftest package. --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 24d36778..118f4787 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Vcs-Browser: http://git.openfabrics.org/git?p=~shamoya/perftest.git;a=summary Package: perftest Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.6), librdmacm1 (>=1.0.8) +Depends: ${shlibs:Depends}, ${misc:Depends}, libibverbs1 (>= 1.1.6), librdmacm1 (>=1.0.8), libibumad, rdma-core Description: Infiniband verbs performance tests This is a collection of tests written using Infiniband verbs intended for use as a performance micro-benchmark. The tests can measure the latency