6 Commits

Author SHA256 Message Date
9da56f5077 Accepting request 1278284 from science
OBS-URL: https://build.opensuse.org/request/show/1278284
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv3?expand=0&rev=18
2025-05-20 07:37:43 +00:00
01441167fb - export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings

OBS-URL: https://build.opensuse.org/package/show/science/opencv3?expand=0&rev=38
2025-05-18 18:50:11 +00:00
550a5c36d7 Accepting request 1252110 from science
OBS-URL: https://build.opensuse.org/request/show/1252110
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv3?expand=0&rev=17
2025-03-11 19:47:13 +00:00
555cc3b895 Add opencv3-drop-numpy-distutils.patch: drop use of numpy-distutils to determine numpy include dirs in cmake; upstream commit to 4.x branch.
OBS-URL: https://build.opensuse.org/package/show/science/opencv3?expand=0&rev=36
2025-03-11 15:48:09 +00:00
19c5e7d226 Accepting request 1244740 from science
OBS-URL: https://build.opensuse.org/request/show/1244740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/opencv3?expand=0&rev=16
2025-02-10 16:30:18 +00:00
a39fbdbc1d Accepting request 1240499 from home:iznogood:branches:science
- Update to 3.4.20:
  * Bugfixes, see
    https://github.com/opencv/opencv/wiki/ChangeLog#version3420
  * Various bugfixes backported from 4.7 branch see
    https://github.com/opencv/opencv/compare/3.4.19...3.4.20
- Drop opencv3-pr19384-tbb2021.patch: Fixed upstream.
- Rebase/refresh opencv-build-compare.patch with quilt.

OBS-URL: https://build.opensuse.org/request/show/1240499
OBS-URL: https://build.opensuse.org/package/show/science/opencv3?expand=0&rev=34
2025-02-10 12:21:56 +00:00
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed May 7 10:02:57 UTC 2025 - Simon Lees <sflees@suse.de>
- export CMAKE_POLICY_VERSION_MINIMUM="3.5" to ignore cmakes
minimum version warnings
-------------------------------------------------------------------
Tue Mar 11 12:29:00 UTC 2025 - Atri Bhattacharya <badshah400@gmail.com>

View File

@@ -180,6 +180,9 @@ cp opencv_contrib-%{version}/LICENSE LICENSE.contrib
rm -f doc/packaging.txt
%build
# Remove cmake4 error due to not setting
# min cmake version - sflees.de
export CMAKE_POLICY_VERSION_MINIMUM=3.5
# Dynamic dispatch: https://github.com/opencv/opencv/wiki/CPU-optimizations-build-options
# x86: disable SSE on 32bit, do not dispatch AVX and later - SSE3
# is the highest extension available on any non-64bit x86 CPU