Skip to content

Commit 31a91eb

Browse files
committed
Perftest: remove CUDA plugin from automatic rpm dependency
Exclude the optional CUDA plugin from automatic dependency generation so the main RPM remains installable on systems without CUDA. Signed-off-by: Shmuel Shaul <sshaul@nvidia.com>
1 parent cf65d76 commit 31a91eb

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

perftest.spec

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Name: perftest
22
Summary: IB Performance tests
3-
Version: 26.04.8
3+
Version: 26.04.13
44
Release: 0.0
55
License: BSD 3-Clause, GPL v2 or later
66
Group: Productivity/Networking/Diagnostic
@@ -11,6 +11,8 @@ BuildRequires: libibverbs-devel librdmacm-devel libibumad-devel
1111
BuildRequires: pciutils-devel
1212
BuildRequires: autoconf automake gcc-c++ libtool
1313

14+
%global __requires_exclude_from ^%{_libdir}/libperftest_kernels\.so$
15+
1416
%description
1517
gen3 uverbs microbenchmarks
1618

0 commit comments

Comments
 (0)