diff options
author | Ricardo Wurmus <[email protected]> | 2021-12-20 23:19:41 +0100 |
---|---|---|
committer | Ricardo Wurmus <[email protected]> | 2021-12-20 23:23:40 +0100 |
commit | 5894b1210d689ec408db21184b85b0a6a1a5ca3e (patch) | |
tree | c60cd5e4d3b7e43649870730158ca2314895e949 /gnu/local.mk | |
parent | b934d88514284bf2c02ffba204c8b9b3e7272944 (diff) |
gnu: opencv: Update to 4.5.4.
* gnu/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch: Delete file.
* gnu/packages/patches/opencv-rgbd-aarch64-test-fix.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove patches.
* gnu/packages/image-processing.scm (opencv): Update to 4.5.4.
[source]: Remove patch; keep bundled quirc.
[arguments]: Build without ade; update build phase 'disable-broken-tests;
remove build phase 'add-ilmbase-include-path.
[native-inputs]: Update source hashes for opencv-contrib and opencv-extra.
[inputs]: Use new style; add imath and openblas; replace openexr-2 with
openexr.
[description]: Reformat first paragraph.
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index d20a51070b..72fa405e17 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1549,8 +1549,6 @@ dist_patch_DATA = \ %D%/packages/patches/onnx-skip-model-downloads.patch \ %D%/packages/patches/openbabel-fix-crash-on-nwchem-output.patch \ %D%/packages/patches/opencascade-oce-glibc-2.26.patch \ - %D%/packages/patches/opencv-fix-build-of-grfmt_jpeg2000.cpp.patch \ - %D%/packages/patches/opencv-rgbd-aarch64-test-fix.patch \ %D%/packages/patches/openfoam-4.1-cleanup.patch \ %D%/packages/patches/openjdk-10-idlj-reproducibility.patch \ %D%/packages/patches/openjdk-14-builtins.patch \ |