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: Fixup disable eigen3 on i686
Date: Fri, 28 Aug 2026 13:33:06 GMT	[thread overview]
Message-ID: <178792398607.1.9646589744291009283.rpms-opencv-566a1c2362fb@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/opencv
Branch : opencv5
Commit : 566a1c2362fbd858e8e7d70e734f582440e025be
Author : Nicolas Chauvet <kwizart@gmail.com>
Date   : 2025-10-17T10:19:52+02:00
Stats  : +4/-4 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/opencv/c/566a1c2362fbd858e8e7d70e734f582440e025be?branch=opencv5

Log:
Fixup disable eigen3 on i686

---
diff --git a/opencv.spec b/opencv.spec
index 65aa100..e435249 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -10,15 +10,14 @@
 %bcond_without  ffmpeg
 %bcond_without  gstreamer
 %bcond_with     eigen2
-%bcond_without  eigen3
 # Disable eigen3 on i686 for now
 # /usr/include/eigen3/Eigen/src/Core/arch/AVX/PacketMath.h:2837:10: error: ‘_mm_cvtsi64_si128’ was not declared in this scope; did you mean ‘_mm_cvtsi64_si32’?
 # only available on x86_64
 # https://github.com/gcc-mirror/gcc/blob/4a3895903c29ed85da6fcb886f31ff23d4c6e935/gcc/config/i386/emmintrin.h#L228C1-L234
-%if 0%{?fedora} > 43
 %ifarch i686
-%global __without_eigen3 1
-%endif
+%bcond_with  eigen3
+%else
+%bcond_without  eigen3
 %endif
 %bcond_without  opencl
 %ifarch x86_64 %{arm}
@@ -502,6 +501,7 @@ install -pm 0644 %{S:4} .cache/ade/
  %{!?with_java: -DBUILD_opencv_java=OFF } \
  %{?with_tbb: -DWITH_TBB=ON } \
  %{!?with_gstreamer: -DWITH_GSTREAMER=OFF } \
+ %{!?with_eigen3: -DWITH_EIGEN=OFF } \
  %{!?with_ffmpeg: -DWITH_FFMPEG=OFF } \
  %{?with_cuda: \
  -DWITH_CUDA=ON \

                 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=178792398607.1.9646589744291009283.rpms-opencv-566a1c2362fb@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