public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Enable C++17 on RHEL 11
Date: Fri, 28 Aug 2026 13:33:12 GMT [thread overview]
Message-ID: <178792399258.1.11282536443536815668.rpms-opencv-e035a958ac87@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/opencv
Branch : opencv5
Commit : e035a958ac878d72d5faa66d51c64173023bf653
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2025-10-29T17:53:07-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/opencv/c/e035a958ac878d72d5faa66d51c64173023bf653?branch=opencv5
Log:
Enable C++17 on RHEL 11
While this was originally intended for the future inclusion of Protobuf v4,
rawhide and ELN now include Eigen 5.0 which requires a newer C++ standard.
---
diff --git a/opencv.spec b/opencv.spec
index 0c0f648..bdddf71 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -472,7 +472,7 @@ cd modules/python/package
# disabling IPP because it is closed source library from intel
%cmake \
-%if 0%{?fedora} > 38
+%if 0%{?fedora} > 38 || 0%{?rhel} > 10
-DCMAKE_CXX_STANDARD=17 \
%endif
-DCV_TRACE=OFF \
reply other threads:[~2026-08-28 13:33 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=178792399258.1.11282536443536815668.rpms-opencv-e035a958ac87@fedoraproject.org \
--to=yselkowi@redhat.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