SHA256
10
0
forked from pool/opencv3

4 Commits

Author SHA256 Message Date
ad9199ff5b 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
5defe62615 Accepting request 1252054 from home:badshah400:branches:science
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/request/show/1252054
OBS-URL: https://build.opensuse.org/package/show/science/opencv3?expand=0&rev=36
2025-03-11 15:48:09 +00:00
9d30ad629b 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
3cfcde3d9a - 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/package/show/science/opencv3?expand=0&rev=34
2025-02-10 12:21:56 +00:00
2 changed files with 0 additions and 9 deletions

View File

@@ -1,9 +1,3 @@
-------------------------------------------------------------------
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,9 +180,6 @@ 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