public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Christopher N. Hesse <raymanfx@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Add vulkan
Date: Fri, 28 Aug 2026 13:31:16 GMT	[thread overview]
Message-ID: <178792387698.1.7817848545322907330.rpms-opencv-6376b301948a@fedoraproject.org> (raw)

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)

                 reply	other threads:[~2026-08-28 13:31 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178792387698.1.7817848545322907330.rpms-opencv-6376b301948a@fedoraproject.org \
    --to=raymanfx@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox