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 SSE3 and allow --with sse3 build conditional.
Date: Fri, 28 Aug 2026 13:30:10 GMT	[thread overview]
Message-ID: <178792381030.1.14940541187542353340.rpms-opencv-2547f1540db3@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : 2547f1540db385d064932d88d0e2fb1af0bf2b21
            Author : Nicolas Chauvet <kwizart@gmail.com>
            Date   : 2012-11-04T13:35:20+01:00
            Stats  : +7/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/2547f1540db385d064932d88d0e2fb1af0bf2b21?branch=opencv5

            Log:
            Disable SSE3 and allow --with sse3 build conditional.
Disable gpu module as we don't build cuda

---
diff --git a/opencv.spec b/opencv.spec
index d1b3c60..b2afb62 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -5,7 +5,7 @@
 
 Name:           opencv
 Version:        2.4.3
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Collection of algorithms for computer vision
 
 Group:          Development/Libraries
@@ -117,6 +117,7 @@ pushd build
  -DENABLE_SSE=0 \
  -DENABLE_SSE2=0 \
 %endif
+ %{!?_with_sse3:-DENABLE_SSE3=0} \
  -DCMAKE_BUILD_TYPE=Release \
  -DBUILD_TEST=1 \
 %{?_with_ttb:
@@ -126,6 +127,8 @@ pushd build
 } \
  %{?_without_gstreamer:-DWITH_GSTREAMER=0} \
  %{!?_with_ffmpeg:-DWITH_FFMPEG=0} \
+ -DBUILD_opencv_nonfree=0 \
+%{!?_with_cuda:-DBUILD_opencv_gpu=0} \
 %{?_with_cuda: \
  -DCUDA_TOOLKIT_ROOT_DIR=%{?_cuda_topdir} \
  -DCUDA_VERBOSE_BUILD=1 \
@@ -225,7 +228,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Sun Nov 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-1
+* Sun Nov 04 2012 Nicolas Chauvet <kwizart@gmail.com> - 2.4.3-2
+- Disable SSE3 and allow --with sse3 build conditional.
+- Disable gpu module as we don't build cuda
 - Update to 2.4.3
 
 * Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.4.2-2

                 reply	other threads:[~2026-08-28 13:30 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=178792381030.1.14940541187542353340.rpms-opencv-2547f1540db3@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