Search Criteria
Package Details: openmvg-git 2.0.r114.gc92ed1be-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: | 2025-11-06 12:44 (UTC) |
Dependencies (26)
- cereal
- ceres-solver (ceres-solver-legacyAUR, ceres-solver-cuda-gitAUR, ceres-solver-gitAUR, ceres-solver-cudaAUR, ceres-solver-lgplAUR)
- coin-or-clp
- coin-or-coinutils
- coin-or-lemon
- coin-or-osi
- flann
- gflags (gflags-gitAUR)
- glfw (glfw-gitAUR, glfw-wayland-minecraft-cursorfixAUR)
- graphviz
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, nvidia-340xx-utilsAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utils-macbookAUR, libglvnd)
- libjpeg (mozjpeg-gitAUR, mozjpegAUR, libjpeg-turbo-gitAUR, libjpeg-turbo)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libtiff (libtiff-gitAUR, libtiff-lercAUR)
- libxcursor
- libxi (libxi-gitAUR)
- libxinerama (libxinerama-randr-gitAUR)
- libxrandr (libxrandr-gitAUR)
- libxxf86vm
- lz4 (lz4-gitAUR)
- Show 6 more dependencies...
Latest Comments
« First ‹ Previous 1 2 3
Harvie commented on 2018-03-31 11:36 (UTC)
Can't build this
[ 59%] Linking CXX executable ../../Linux-x86_64-RELEASE/openMVG_sample_main_features_repeatability_dataset ../../Linux-x86_64-RELEASE/libopenMVG_matching.so.1.3: undefined reference to
LZ4_decompress_safe_continue' ../../Linux-x86_64-RELEASE/libopenMVG_matching.so.1.3: undefined reference toLZ4_decompress_safe' ../../Linux-x86_64-RELEASE/libopenMVG_matching.so.1.3: undefined reference toLZ4_compress_HC_continue' ../../Linux-x86_64-RELEASE/libopenMVG_matching.so.1.3: undefined reference toLZ4_resetStreamHC' ../../Linux-x86_64-RELEASE/libopenMVG_matching.so.1.3: undefined reference to `LZ4_setStreamDecode' collect2: error: ld returned 1 exit statusbartus commented on 2018-03-28 22:54 (UTC)
@brookskd: updated!
brookskd commented on 2018-03-28 13:07 (UTC)
@bartus: Thanks for fixing the build. I've made you a co-maintainer, would you have time to update the package?
I haven't been using this software lately so maybe it does not make sense for me to be the maintainer anymore.
bartus commented on 2018-03-28 09:00 (UTC) (edited on 2018-03-28 09:01 (UTC) by bartus)
@brookskd: Finally make it again:
First, switch to branch=develop_cmake (fixes issue with internal flann build)
Second, add those specific patches for missing/misplaced libs: fast-link-lib.pathc: https://pastebin.com/MTSFYqxW, lemon.patch: https://pastebin.com/PT9F8s8a.
Third: use flanns FindFlann.cmake instead:
cp src/third_party/flann/cmake/FindFlann.cmake src/cmakeFindModules/in prepare.bartus commented on 2018-03-23 08:11 (UTC) (edited on 2018-03-23 18:58 (UTC) by bartus)
@brookskd: libopenMVG_sfm_link_error.patch already in upstream version, also you need sphinx for building doc now.
A new patch is required for
CMakeLists.txt: https://pastebin.com/nJacnjrdAlso
-DCERES_DIR_HINTS=/usr/share/Ceresshould be-DCERES_DIR_HINTS=/usr/include/ceresandgflagsneed to be add todepends.tlou commented on 2017-09-19 15:30 (UTC)
brookskd commented on 2016-08-17 01:40 (UTC)
<deleted-account> commented on 2016-08-15 22:27 (UTC)
« First ‹ Previous 1 2 3