For people have problem:
Error downloading object: doc/images/dense.png (3392380): Smudge error: Error downloading doc/images/dense.png (3392380e167a935dd309afb8e2e61b03bd53437152f6dc98482df4b13fc13e87): error transferring "3392380e167a935dd309afb8e2e61b03bd53437152f6dc98482df4b13fc13e87": [0] remote missing object 3392380e167a935dd309afb8e2e61b03bd53437152f6dc98482df4b13fc13e87
You can workaround it by GIT_LFS_SKIP_SMUDGE=1 yay -S colmap-git.
@bartus: Please add export GIT_LFS_SKIP_SMUDGE=1 to the PKGBUILD so it can compile.
Pinned Comments
bartus commented on 2019-04-10 11:42 (UTC) (edited on 2025-11-05 09:22 (UTC) by bartus)
Please report
issuesandpatchesat GitHub: https://github.com/bartoszek/AUR-colmapThere are flags in the PKGBUILD that control the
cudaandfreeimagebuild:BUILD_CUDA=ONbuildcudadanse mesh solver (defaultON, set toOFFto disablecuda)CUDA_ARCH=nativedefinecudacompute arch (defaultnativeto autodetect current system GPU arch, can be set to e.g,sm_70for specific arch)DISABLE_FREEIMAGE=1replacefreeimagein favour ofopenimageio(default: 0) (upstream PR)Use with your AUR helper or directly with the
makepkg:yay/paru --mflags=DISABLE_FREEIMAGE=1 --mflags=CUDA_ARCH=sm_52makepkg BUILD_CUDA=OFF DISABLE_FREEIMAGE=0