public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/opencv] opencv5: Enable openni.
@ 2026-08-28 13:30 
  0 siblings, 0 replies; only message in thread
From:  @ 2026-08-28 13:30 UTC (permalink / raw)
  To: git-commits

            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)

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-08-28 13:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-28 13:30 [rpms/opencv] opencv5: Enable openni 

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox