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: Workaround fix build for i686 with eigen 5
Date: Fri, 28 Aug 2026 13:33:10 GMT	[thread overview]
Message-ID: <178792399027.1.15448033090514085489.rpms-opencv-ef49f5c10afe@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : ef49f5c10afe9f60252881f895246847b1ec2636
            Author : Nicolas Chauvet <kwizart@gmail.com>
            Date   : 2025-10-20T20:51:38+02:00
            Stats  : +1/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/ef49f5c10afe9f60252881f895246847b1ec2636?branch=opencv5

            Log:
            Workaround fix build for i686 with eigen 5

Disabling AVX for i686 fixes build with eigen-5.0.0

https://gitlab.com/libeigen/eigen/-/issues/2991

---
diff --git a/opencv.spec b/opencv.spec
index 2af66a0..77532a7 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -491,8 +491,7 @@ cd modules/python/package
 %ifarch x86_64 %{ix86}
  -DCPU_BASELINE=SSE2 \
 %ifarch %{ix86}
- -DCV_DISABLE_OPTIMIZATION=ON \
- -DCPU_DISPATCH=SSE4.2 \
+ -DCPU_DISPATCH=SSE4_2 \
 %endif
 %endif
  -DCMAKE_BUILD_TYPE=Release \

                 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=178792399027.1.15448033090514085489.rpms-opencv-ef49f5c10afe@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