public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Adjust bconds for epel10 initial build
Date: Fri, 28 Aug 2026 13:32:49 GMT [thread overview]
Message-ID: <178792396970.1.11569396961204825238.rpms-opencv-3de81f035640@fedoraproject.org> (raw)
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
reply other threads:[~2026-08-28 13:32 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=178792396970.1.11569396961204825238.rpms-opencv-3de81f035640@fedoraproject.org \
--to=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