public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Nicolas Chauvet <kwizart@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Disable tests for now
Date: Fri, 28 Aug 2026 13:31:55 GMT	[thread overview]
Message-ID: <178792391507.1.315287114388910123.rpms-opencv-add0af2a88ef@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : add0af2a88eff3b1483c3bc0672790b0bf68a725
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2021-03-31T15:12:29+02:00
Stats  : +9/-0 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/add0af2a88eff3b1483c3bc0672790b0bf68a725?branch=opencv5

Log:
Disable tests for now

---
diff --git a/opencv.spec b/opencv.spec
index 05df7f8..fda3980 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -1,5 +1,11 @@
 %undefine __cmake_in_source_build
+# Tests are disabled with gcc-11
+# See https://bugzilla.redhat.com/1944536
+%if 0%{?fedora} > 33
+%bcond_with     tests
+%else
 %bcond_without  tests
+%endif
 %bcond_with     ffmpeg
 %bcond_without  gstreamer
 %bcond_with     eigen2
@@ -280,6 +286,9 @@ install -pm 0644 %{SOURCE4} .cache/ade/
  -DWITH_ITT=OFF \
  -DWITH_QT=ON \
  -DWITH_OPENGL=ON \
+%if ! %{with tests}
+ -BUILD_TESTS=OFF \
+%endif
  -DOpenGL_GL_PREFERENCE=GLVND \
  -DWITH_GDAL=ON \
  -DWITH_OPENEXR=ON \

                 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=178792391507.1.315287114388910123.rpms-opencv-add0af2a88ef@fedoraproject.org \
    --to=kwizart@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