Search Criteria
Package Details: openmvg-git 2.0.r43.gfe8283c8-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openmvg-git.git (read-only, click to copy) |
---|---|
Package Base: | openmvg-git |
Description: | open Multiple View Geometry library. Basis for 3D computer vision and Structure from Motion. |
Upstream URL: | http://imagine.enpc.fr/~moulonp/openMVG/ |
Licenses: | MPL |
Submitter: | brookskd |
Maintainer: | brookskd (bartus) |
Last Packager: | bartus |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2016-05-01 04:29 (UTC) |
Last Updated: | 2022-11-03 12:46 (UTC) |
Dependencies (26)
- cereal
- ceres-solver (ceres-solver-git, ceres-solver-legacy)
- coin-or-clp
- coin-or-coinutils
- coin-or-lemon
- coin-or-osi
- flann
- gflags (gflags-static, gflags-git)
- glfw (glfw-git, glfw-wayland-minecraft, glfw-wayland-minecraft-libdecoration, glfw-wayland, glfw-x11)
- graphviz
- libgl (glshim-git, libhybris-libgl-git, nvidia-340xx-utils, libglvnd-git, amdgpu-pro-libgl-cfe, amdgpu-pro-oglp, libglvnd)
- libjpeg (libjpeg-turbo-minimal-git, mozjpeg-git, libjpeg-turbo-git, mozjpeg, libjpeg-turbo)
- libpng (libpng-minimal-git, libpng-apng, libpng-git)
- libtiff (libtiff-minimal-git, libtiff-lerc, libtiff-git)
- libxcursor (libxcursor-git)
- libxi (libxi-git)
- libxinerama (libxinerama-randr-git)
- libxrandr (libxrandr-git)
- libxxf86vm
- lz4 (lz4-static-musl, lz4-static, lz4-git)
- Show 6 more dependencies...
Latest Comments
1 2 3 Next › Last »
kikislater commented on 2022-12-27 11:02 (UTC)
Please update : as suggested by Asuranceturix, it doesn't build with creal_131.patch
Asuranceturix commented on 2022-06-04 16:28 (UTC)
It looks like the cereal_131.patch is no longer needed, and in fact the build fails if left as it is now.
bartus commented on 2022-05-19 10:32 (UTC) (edited on 2022-05-19 10:33 (UTC) by bartus)
@bazza: fixed in 02ae7770b1c7
@ssaury: could you please check if the error is sys agnostic by building in clean chroot as I can't reproduce it.
https://wiki.archlinux.org/title/DeveloperWiki:Building_in_a_clean_chroot
bazza commented on 2022-05-18 14:25 (UTC) (edited on 2022-05-18 15:02 (UTC) by bazza)
ssaury commented on 2020-03-27 18:48 (UTC) (edited on 2020-03-27 18:55 (UTC) by ssaury)
No luck on building this.
If I try to build the sotware manually I get a different error:
Is it also linked to the gcc version used? I have gcc version 9.3 and gcc8 installed.
wdna commented on 2018-05-12 13:57 (UTC) (edited on 2018-05-12 13:58 (UTC) by wdna)
@bartus that worked =) good catch on that gcc8 issue.
bartus commented on 2018-05-11 13:27 (UTC)
@wdna This is a gcc-8 hickup, just rolling back to gcc6 for now. Tell me if it's working now.
wdna commented on 2018-05-11 07:40 (UTC)
Hey, I'm getting the following error both on manual build and this package:
What's missing here?
bartus commented on 2018-04-09 05:46 (UTC) (edited on 2018-04-09 08:23 (UTC) by bartus)
@nicolasvilla: ~No it shouldn't. The issue was related to
openmvg FindFlann.cmake
not utilizing flanns pkg-config script which exports libraries that needs to be linked alongside flann(external) (mainly flann_cpp,lz4, see /usr/lib/pkgconfig/flann.pc#Libs). CheckCMakeCache.txt
iflz4
flag is inopenMVG_matching_LIB_DEPENDS
variable (this is sourced fromPC_FLANN_LIBRARIES:INTERNAL=flann;flann_cpp;lz4
).~Edit: find the issue in flann package, have it fixed on my os for a long time and forgot to report to the maintainer, I made some temporary changes till flann gets patched...
1 2 3 Next › Last »