public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
To: git-commits@fedoraproject.org
Subject: [rpms/opencv] opencv5: Enable openni.
Date: Fri, 28 Aug 2026 13:30:44 GMT	[thread overview]
Message-ID: <178792384471.1.1840514195729329997.rpms-opencv-6cc47849d075@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/opencv
            Branch : opencv5
            Commit : 6cc47849d07529ade0b7cb40d932c6c5e8aa0f17
            Author : Sérgio M. Basto <sergio@serjux.com>
            Date   : 2017-08-22T01:24:12+01:00
            Stats  : +17/-2 in 1 file(s)
            URL    : https://src.fedoraproject.org/rpms/opencv/c/6cc47849d07529ade0b7cb40d932c6c5e8aa0f17?branch=opencv5

            Log:
            Enable openni.
Enable eigen3 except in ppc64le because fails to build in OpenCL headers.
Documented why is not enabled atlas, openblas and vtk.

---
diff --git a/opencv.spec b/opencv.spec
index ca17ec3..ec249ea 100644
--- a/opencv.spec
+++ b/opencv.spec
@@ -2,13 +2,21 @@
 %bcond_with    ffmpeg
 %bcond_without gstreamer
 %bcond_with    eigen2
+%ifnarch ppc64le
+%bcond_without eigen3
+%else
 %bcond_with    eigen3
-%bcond_with    openni
+%endif
+%bcond_without openni
 %bcond_without tbb
 %bcond_with    sse3
 %bcond_with    cuda
 %bcond_with    xine
+# Atlas need (missing: Atlas_CLAPACK_INCLUDE_DIR Atlas_CBLAS_LIBRARY Atlas_BLAS_LIBRARY Atlas_LAPACK_LIBRARY)
 %bcond_with    atlas
+# BLAS need LAPACK we may add -DWITH_LAPACK=OFF compiles but disable atlas and openblas
+%bcond_with    openblas
+#VTK support disabled. Incompatible combination: OpenCV + Qt5 and VTK ver.7.1.1 + Qt4
 %bcond_with    vtk
 %global srcname opencv
 %global abiver 3.2
@@ -21,7 +29,7 @@
 
 Name:           opencv
 Version:        3.2.0
-Release:        8%{?dist}
+Release:        9%{?dist}
 Summary:        Collection of algorithms for computer vision
 Group:          Development/Libraries
 # This is normal three clause BSD.
@@ -120,6 +128,8 @@ BuildRequires:  hdf5-devel
 BuildRequires:  ceres-solver-devel
   }
 }
+#BuildRequires:  plantuml
+%{?with_openblas:BuildRequires: openblas-devel}
 
 Requires:       opencv-core%{_isa} = %{version}-%{release}
 
@@ -377,6 +387,11 @@ popd
 %{_libdir}/libopencv_xphoto.so.%{abiver}*
 
 %changelog
+* Sun Aug 20 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-9
+- Enable openni.
+- Enable eigen3 except in ppc64le because fails to build in OpenCL headers.
+- Documented why is not enabled atlas, openblas and vtk.
+
 * Sun Aug 20 2017 Sérgio Basto <sergio@serjux.com> - 3.2.0-8
 - Reenable gstreamer
 - Remove architecture checks for tbb and enable it, inspired on (#1262788)

                 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=178792384471.1.1840514195729329997.rpms-opencv-6cc47849d075@fedoraproject.org \
    --to=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