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
kwrazi commented on 2019-10-17 06:08 (UTC)
I've managed to workaround the issue and have updated the package. See if that works.
r00tr4t commented on 2019-10-16 21:27 (UTC) (edited on 2019-10-16 21:28 (UTC) by r00tr4t)
Right now this package doesn't build, likely do to updated GCC versions. The error that the build process report is found here:
https://pastebin.com/MpF5jrbG
Tried to add the
To PKGBUILD but that did not help.
So I even tried to remove the _next keyword from
/usr/include/c++/9.2.0/cstdlib
/usr/include/c++/9.2.0/bits/std_abs.h
/usr/include/c++/9.2.0/cmath
That did kind of work but produced other errors later on.
Are any other workarounds available for this?
MichaelChou commented on 2019-03-13 09:18 (UTC)
@DenBaum Fixed now. Thanks for reporting.
DenBaum commented on 2019-03-09 19:07 (UTC)
It seems like the package double-conversion is missing in dependencies.
bionade24 commented on 2019-02-14 13:48 (UTC)
Thanks Much !!
kwrazi commented on 2019-02-14 05:16 (UTC)
Used as part the scripts on github to install ros-melodic on Arch Linux.
« First ‹ Previous 1 2 3 4 5