Search Criteria
Package Details: opengv-git r144.306a54e-2
Git Clone URL: | https://aur.archlinux.org/opengv-git.git (read-only, click to copy) |
---|---|
Package Base: | opengv-git |
Description: | An efficient C++ library for calibrated camera pose computation using geometric computer vision algorithms. |
Upstream URL: | https://laurentkneip.github.io/opengv/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | cyrozap |
Maintainer: | cyrozap |
Last Packager: | cyrozap |
Votes: | 5 |
Popularity: | 0.75 |
First Submitted: | 2017-01-05 00:55 |
Last Updated: | 2019-01-30 07:44 |
Dependencies (6)
- boost-libs (boost171, boost-libs-git)
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- eigen>=3 (eigen-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
Required by (3)
- alice-vision (requires opengv)
- alice-vision-git (requires opengv)
- kimera-vio (requires opengv)
Latest Comments
1 2 Next › Last »
bartus commented on 2020-05-09 20:05
@Xwang: I've just tested
trizen
in clean docker env and it in fact can't findopengv
despiteyay
andaurutils
clearly can. Perhaps you could post this ontrizen
bug tracker...bartus commented on 2020-05-09 16:25
@Xwang: I'll try the trizen and give you my thoughts, yay and aurutils seems to find
opengv
without a problem.@issue_no1: stop spamming every package in the chain about missing deps :)
issue_no1 commented on 2020-05-09 12:48
dependencies
popsift
uncertainty-framework
magma
are missingXwang commented on 2020-05-09 09:43
@bartus so it is a issue related to pamac and trizen? Both recognize that as a dependency but when they try to install they say that opengv is not found.
bartus commented on 2020-05-09 08:37
Everything is fine, your aur helper should be able to find this package. It has correct provide field set up, as you can see above.
alice-vision maintainer
Xwang commented on 2020-05-09 07:39
Both pamac and trizen do not find the package when trying to build alice-vision on my pc. Maybe the provides filed should be explicitly set to opengv (I've solved changing the alice-vision PKGBUILD to search for opengv-git instead of opengv, but I think it should be solved here).
bidskii commented on 2019-01-24 10:26
Package a dependency of
python2-numpy
however the default python on arch ispython3
. Either thePKG_BUILD
needs to be updated to depend onpython-numpy
or arguments need to be provided to thecmake
command to force the usage ofpython2
cyrozap commented on 2018-12-08 23:14
Apologies for the delay--I've updated this package to include bartus's changes.
Thanks, bartus!
damir commented on 2018-12-08 12:05
thank you bartus - i can confirm, your patch works and should be applied to the pkg
bartus commented on 2018-10-22 12:27
python/pybind11
needs to be initialized inprepare()
git apply PKGBUILD.patch