Search Criteria
Package Details: opencv3-opt-samples 3.4.20-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/opencv3-opt.git (read-only, click to copy) |
---|---|
Package Base: | opencv3-opt |
Description: | Open Source Computer Vision Library (Legacy Version & /opt directory version) (samples) |
Upstream URL: | http://opencv.org/ |
Licenses: | BSD |
Provides: | opencv3-samples |
Submitter: | MichaelChou |
Maintainer: | foxxy |
Last Packager: | foxxy |
Votes: | 7 |
Popularity: | 0.000000 |
First Submitted: | 2019-02-13 12:43 (UTC) |
Last Updated: | 2024-02-01 13:02 (UTC) |
Dependencies (19)
- opencv3-optAUR
- cmake (cmake-gitAUR) (make)
- double-conversion (double-conversion-gitAUR) (make)
- eigen (eigen-gitAUR) (make)
- glew (glew-libepoxyAUR, glew-waylandAUR, glew-osmesa-gitAUR, glew-wayland-gitAUR, glew-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (make)
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (make)
- lapacke (aocl-libflame-aoccAUR, lapacke-gitAUR, blas-aocl-gccAUR, blas-aocl-aoccAUR, openblas-lapackAUR, blas-mklAUR, aocl-libflameAUR, blas-openblas) (make)
- mesa (mesa-minimal-gitAUR, mesa-gitAUR, mesa-wsl2-gitAUR, amdonly-gaming-mesa-gitAUR, mesa-amd-bc250AUR, mesa-amber) (make)
- openmpi (openmpi-gitAUR) (make)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (make)
- python-setuptools (make)
- vtk (vtk-gitAUR) (make)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR) (optional) – for the HighGUI module
- hdf5 (hdf5-gitAUR, hdf5-openmpi) (optional) – support for HDF5 format
- opencl-icd-loader (khronos-ocl-icd-gitAUR, khronos-ocl-icdAUR, ocl-icd) (optional) – For coding with OpenCL
- opencv-samples (optional) – samples
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR) (optional) – Python interface
- vtk (vtk-gitAUR) (optional) – for the viz module
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
DrAtomic commented on 2022-02-11 05:46 (UTC)
applying @wbthomason
wbthomason commented on 2022-02-10 22:13 (UTC)
The actual patch needed is replacing line 104 in modules/core/src/parallel.cpp with
#include "tbb/version.h"
.theodore commented on 2022-02-03 14:19 (UTC)
Please update with the patch mentioned here https://github.com/SteveMacenski/slam_toolbox/issues/469#issuecomment-1019340480 since the package fails to compile due to the TBB changes.
bionade24 commented on 2021-07-04 08:23 (UTC)
Please stop marking this package out of date if there's an issue with this PKGBUILD. This is not what OOD requests are for, so I'll always just remove the OOD marking before doing anything.
I value the comments here as much, they're not enforcing it less.
fmauch commented on 2021-04-11 06:22 (UTC)
@MichaelChou I've updated the package on a fork: https://github.com/fmauch/aur_opencv3-opt
If you could fix this asap, this would be great, as this is currently failing inside our CI/CD pipeline.
fmauch commented on 2021-04-07 15:04 (UTC)
This currently doesn't build due to changed API in lapack.
extra/opencv provides a patch file for this: https://github.com/archlinux/svntogit-packages/blob/packages/opencv/trunk/opencv-lapack-3.9.1.patch
Using this works for me.
fmauch commented on 2021-02-08 14:34 (UTC)
gtk3 should not only be a make dependency, as libraries are linked against it (e.g. libhighgui). If gtk3 gets removed after building this, applications linking against this library will get undefined references.
MichaelChou commented on 2020-11-17 06:00 (UTC)
Updated to v3.4.12. Thanks @Windfisch again!
Windfisch commented on 2020-11-15 11:49 (UTC)
In OpenCV 3.4.12, the jpeg2000_jasper patch hsa been merged into upstream and should not be necessary any more to apply in the PKGBUILD.
« First ‹ Previous 1 2 3 4 5 Next › Last »