This is a package is also hosted on GitHub.
-
Please submit
patches
and reportissues
to AUR-meshroom-git/github.com -
Travis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-meshroom-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_CUDA=1
disable CUDA components. (note: valid only whenalice-vision
builds with DISABLE_CUDA=1)ENABLE_QTALICEVISION=1
build Alice-Vision QT plugin (currently bugged: https://github.com/alicevision/meshroom/issues/1499 )
Usage cases:
makepkg DISABLE_CUDA=1
export DISABLE_CUDA=1
before build{yay,paru} -S alice-vision --mflags "DISABLE_CUDA=1"
DISABLE_CUDA=1 ~your-aur-helper~
Notice for Yay
users:
Since yay relies solely on aur-rpc
to solve dependencies instead of calling makepkg --sync
it can't follow dependencies logic defined in PKGBUILD
. That's why it's up to the user to provide dependencies to enable optional features, otherwise yay
will throw a missing dependency error.
Optional features:
popsift\cuda
: GPU accelerated feature matching for Alice-Vision
Pinned Comments
bartus commented on 2022-03-14 10:35 (UTC)
Sorry lads, I'm at the Polish Ukraine border helping allocate refugees. Expect no update until this hell is over, wish us luck. Have no time nor access to my rig and AUR keys to test/post updates. If you have a patch, ping me on email - I'll add you as co-maintainer. Posted with my old script - https://github.com/bartoszek/aur-post
bartus commented on 2019-04-10 11:42 (UTC) (edited on 2021-08-12 13:35 (UTC) by bartus)
This is a package is also hosted on GitHub.
Please submit
patches
and reportissues
to AUR-meshroom-git/github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-meshroom-git.svg?branch=master" />
Use env vars to control build process:
DISABLE_CUDA=1
disable CUDA components. (note: valid only whenalice-vision
builds with DISABLE_CUDA=1)ENABLE_QTALICEVISION=1
build Alice-Vision QT plugin (currently bugged: https://github.com/alicevision/meshroom/issues/1499 )Usage cases:
makepkg DISABLE_CUDA=1
export DISABLE_CUDA=1
before build{yay,paru} -S alice-vision --mflags "DISABLE_CUDA=1"
DISABLE_CUDA=1 ~your-aur-helper~
Notice for
Yay
users:Since yay relies solely on
aur-rpc
to solve dependencies instead of callingmakepkg --sync
it can't follow dependencies logic defined inPKGBUILD
. That's why it's up to the user to provide dependencies to enable optional features, otherwiseyay
will throw a missing dependency error.Optional features:
popsift\cuda
: GPU accelerated feature matching for Alice-Vision