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 »
Windfisch commented on 2020-07-29 18:23 (UTC)
Due to a recent libjasper update, the build of this package fails.
For details, please refer to the upstream issue https://github.com/opencv/opencv/issues/17984
Until the patch has been accepted into OpenCV 3, here's a workaround by adding the patch to the PKGBUILD: https://github.com/Windfisch/pkgbuild-opencv3-opt
@MichaelChou, could you please update the PKGBUILD accordingly :)?
MichaelChou commented on 2019-11-11 10:50 (UTC)
fixed by a workaround, until upstream (tbb) fixed
dbeattyspace commented on 2019-10-24 21:05 (UTC)
I had the same stdlib.h error, @crnchbng's solution worked for me.
crnchbng commented on 2019-10-24 17:44 (UTC)
I had to add the 2 following lines
foxxy commented on 2019-10-22 15:46 (UTC)
I can confirm that the package compiled after adding
dreuter commented on 2019-10-21 19:52 (UTC) (edited on 2019-10-21 19:56 (UTC) by dreuter)
That was the exact same problem I was facing. I reverted my change and the problem appeared again.
I will include my patch here, so that if anyone wants to try it they can reproduce my exact change
It might very well be, that I just got lucky with the include order produced by this, as hinted at in the previous comment.
darthnoward commented on 2019-10-21 12:51 (UTC) (edited on 2019-10-26 16:54 (UTC) by darthnoward)
@crnchbng's fix works
ocoras commented on 2019-10-20 17:58 (UTC) (edited on 2019-10-20 18:00 (UTC) by ocoras)
I have also had issues building this package. For me the error occurred at:
Building CXX object modules/core/CMakeFiles/opencv_core.dir/src/arithm.cpp.o
In file included from /usr/include/c++/9.2.0/ext/string_conversions.h:41,
/usr/include/c++/9.2.0/cstdlib:75:15: fatal error: stdlib.h: No such file or directory 75 | #include_next <stdlib.h> | ^~~~~~~~~~ compilation terminated.
stdlib.h exists in this directory, so I am unsure why this causes the compilation to terminate, however the fix submitted by @dreuter does not seem to help.
dreuter commented on 2019-10-19 21:21 (UTC)
Unfortunately this package does not build on my machine.
I did encounter similiar problems before when adding "-isystem" to the gcc flags, by for example using cmakes "SYSTEM" include. Adding "-DCMAKE_NO_SYSTEM_FROM_IMPORTED=ON" solved the problem, but I am not sure whether this is the "clean" solution, but since it does compile fine and I was able to compile/install ros-melodic-desktop I will not further investigate this (at least for now/until it causes problems again) ;)
Thanks so much for your great work :+1:
« First ‹ Previous 1 2 3 4 5 Next › Last »