Search Criteria
Package Details: opengv-git r144.306a54e-2
Package Actions
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: | BSD |
Conflicts: | opengv |
Provides: | opengv |
Submitter: | cyrozap |
Maintainer: | cyrozap |
Last Packager: | cyrozap |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2017-01-05 00:55 (UTC) |
Last Updated: | 2019-01-30 07:44 (UTC) |
Dependencies (6)
- boost-libs
- eigen (eigen-gitAUR)
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR, python-numpy-mkl-binAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (4)
- alice-vision (requires opengv)
- alice-vision-git (requires opengv)
- kimera-vio (requires opengv)
- kimera-vio-monado-git (requires opengv)
Latest Comments
1 2 Next › Last »
cyrozap commented on 2024-05-27 00:58 (UTC)
I haven't used OpenGV in several years, so I'm not sure how to fix these build issues and don't have much motivation to look into them deeply. That said, if anyone else resolves the issues and posts a patch I'll be happy to apply it.
jose1711 commented on 2024-05-03 07:08 (UTC)
still failing to build (
pybind11 2.12.0-4
andpython 3.12.3-1
). same issue as reported by @petronnypetronny commented on 2023-05-24 04:43 (UTC)
Build failed with python 3.11 and latest pybind11
https://github.com/arch4edu/cactus/actions/runs/5057463926/jobs/9076255464
bartus commented on 2020-05-09 20:05 (UTC) (edited on 2020-05-11 00:45 (UTC) by bartus)
@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 (UTC) (edited on 2020-05-09 16:25 (UTC) by bartus)
@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 (UTC) (edited on 2020-05-09 12:50 (UTC) by issue_no1)
dependencies
popsift
uncertainty-framework
magma
are missingXwang commented on 2020-05-09 09:43 (UTC)
@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 (UTC)
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 (UTC) (edited on 2020-05-09 07:49 (UTC) by Xwang)
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 (UTC)
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
1 2 Next › Last »