public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Adjust bconds for epel10 initial build
@ 2026-08-28 13:32
0 siblings, 0 replies; only message in thread
From: @ 2026-08-28 13:32 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : 3de81f0356404ab5a2abe11bc0cbff70d428e2a6
Author : Sérgio M. Basto <sergio@serjux.com>
Date : 2024-11-09T18:38:03+00:00
Stats : +8/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/3de81f0356404ab5a2abe11bc0cbff70d428e2a6?branch=opencv5
Log:
Adjust bconds for epel10 initial build
---
diff --git a/opencv.spec b/opencv.spec
index 154c70f..b649708 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -9,7 +9,11 @@
%endif
# linters are enabled by default if BUILD_DOCS OR BUILD_EXAMPLES
%bcond_with linters
+%if 0%{?rhel} >= 10
+%bcond_with ffmpeg
+%else
%bcond_without ffmpeg
+%endif
%bcond_without gstreamer
%bcond_with eigen2
%bcond_without eigen3
@@ -22,7 +26,11 @@
%endif
%bcond_without tbb
%bcond_with cuda
+%if 0%{?rhel} >= 10
+%bcond_with xine
+%else
%bcond_without xine
+%endif
# Atlas need (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
# LAPACK may use atlas or openblas since now it detect openblas, atlas is not used anyway, more info please
# check OpenCVFindLAPACK.cmake
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-28 13:32 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:32 [rpms/opencv] opencv5: Adjust bconds for epel10 initial build
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox