public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Add cuda dependencies
@ 2026-08-28 13:31 Nicolas Chauvet
0 siblings, 0 replies; only message in thread
From: Nicolas Chauvet @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 3227082292c49074d5357ea972489698e4853cbb
Author : Nicolas Chauvet <kwizart@gmail.com>
Date : 2019-09-13T23:55:59+02:00
Stats : +5/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/3227082292c49074d5357ea972489698e4853cbb?branch=opencv5
Log:
Add cuda dependencies
---
diff --git a/opencv.spec b/opencv.spec
index 058561a..f91fe1e 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -82,6 +82,11 @@ BuildRequires: gcc-c++
BuildRequires: libtool
BuildRequires: cmake >= 2.6.3
BuildRequires: chrpath
+%{?with_cuda:
+BuildRequires: pkgconfig(cublas-%{?_cuda_rpm_version})
+BuildRequires: pkgconfig(cufft-%{?_cuda_rpm_version})
+BuildRequires: pkgconfig(nppc-%{?_cuda_rpm_version})
+}
%{?with_eigen2:BuildRequires: eigen2-devel}
%{?with_eigen3:BuildRequires: eigen3-devel}
BuildRequires: gtk3-devel
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:31 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:31 [rpms/opencv] opencv5: Add cuda dependencies Nicolas Chauvet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox