public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: fix build without eigen
@ 2026-08-28 13:33 Dominik 'Rathann' Mierzejewski
0 siblings, 0 replies; only message in thread
From: Dominik 'Rathann' Mierzejewski @ 2026-08-28 13:33 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 544ff83f8c983f9409ad3cb5b4b3d2b329f7e110
Author : Dominik 'Rathann' Mierzejewski <dominik@greysector.net>
Date : 2025-10-21T12:48:21+02:00
Stats : +2/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/544ff83f8c983f9409ad3cb5b4b3d2b329f7e110?branch=opencv5
Log:
fix build without eigen
---
diff --git a/opencv.spec b/opencv.spec
index 5e62218..a6aa56b 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -304,7 +304,9 @@ This package contains the OpenCV %{moduledesc} module runtime.\
%opencv_module_subpkg -m video -d %{quote:Video Analysis}
%opencv_module_subpkg -m videoio -d %{quote:Video I/O}
# contrib/extra modules
+%if %{with eigen3}
%opencv_module_subpkg -m alphamat -d %{quote:Alpha Matting}
+%endif
%opencv_module_subpkg -m aruco -d %{quote:Aruco Markers}
%opencv_module_subpkg -m bgsegm -d %{quote:Background Segmentation}
%opencv_module_subpkg -m bioinspired -d %{quote:Biologically-inspired Vision Models}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:33 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:33 [rpms/opencv] opencv5: fix build without eigen Dominik 'Rathann' Mierzejewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox