public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Add vulkan
@ 2026-08-28 13:31 Christopher N. Hesse
0 siblings, 0 replies; only message in thread
From: Christopher N. Hesse @ 2026-08-28 13:31 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 6376b301948add1d2d1f56fbd5b46e92c2d0089f
Author : Christopher N. Hesse <raymanfx@gmail.com>
Date : 2019-09-13T23:58:06+02:00
Stats : +6/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/6376b301948add1d2d1f56fbd5b46e92c2d0089f?branch=opencv5
Log:
Add vulkan
---
diff --git a/opencv.spec b/opencv.spec
index a0d3605..4b57f32 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -51,6 +51,7 @@
%bcond_without clp
%bcond_without va
%bcond_without java
+%bcond_without vulkan
%global srcname opencv
%global abiver 4.1
@@ -170,6 +171,7 @@ BuildRequires: lapack-devel
BuildRequires: ant
BuildRequires: java-devel
}
+%{?with_vulkan:BuildRequires: vulkan-headers}
Requires: opencv-core%{_isa} = %{version}-%{release}
@@ -316,6 +318,7 @@ popd
%{?with_clp: -DWITH_CLP=ON } \
%{?with_va: -DWITH_VA=ON } \
%{!?with_vtk: -DWITH_VTK=OFF} \
+ %{?with_vulkan: -DWITH_VULKAN=ON -DVULKAN_INCLUDE_DIRS=%{_includedir}/vulkan } \
..
# -DENABLE_CXX11=ON \
@@ -451,9 +454,11 @@ popd
* Fri Sep 13 2019 Sérgio Basto <sergio@serjux.com> - 4.1.0-1
- Update opencv to 4.1.0
+* Fri Sep 13 2019 Christopher N. Hesse <raymanfx@gmail.com> - 4.1.0-0
+- Enable vulkan compute backend
+
* Fri Sep 13 2019 Sérgio Basto <sergio@serjux.com> - 3.4.6-9
- Reenable pylint and vtk, they are working now.
-
* Wed Sep 11 2019 Mamoru TASAKA <mtasaka@fedoraproject.org> - 3.4.6-8
- F-32: remove vtk gcdm dependency for now because they have broken dependency
(bug 1751406)
^ 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 vulkan Christopher N. Hesse
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox