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
Search Criteria
Package Details: alice-vision-git 2.4.0.r1108.gf911bf16a-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/alice-vision-git.git (read-only, click to copy) |
|---|---|
| Package Base: | alice-vision-git |
| Description: | Photogrammetric Computer Vision Framework which provides a 3D Reconstruction and Camera Tracking algorithms |
| Upstream URL: | https://alicevision.github.io/ |
| Licenses: | MIT, MPL2 |
| Conflicts: | alice-vision, geogram |
| Provides: | alice-vision, geogram |
| Submitter: | bartus |
| Maintainer: | bartus |
| Last Packager: | bartus |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2018-08-31 08:16 (UTC) |
| Last Updated: | 2022-11-03 12:00 (UTC) |
Dependencies (21)
- alembic (alembic-gitAUR)
- assimp
- boost-libs
- ceres-solverAUR (ceres-solver-legacyAUR, ceres-solver-cuda-gitAUR, ceres-solver-gitAUR)
- coin-or-clp
- flann
- glfw-x11 (glfw-gitAUR, glfw)
- glu (glu-gitAUR)
- google-glog (glog-gitAUR, ng-logAUR)
- opencv (opencv-cuda)
- opengv (opengv-gitAUR)
- openimageio (openimageio-gitAUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- coin-or-coinutils (make)
- coin-or-lemon (make)
- eigen (eigen-gitAUR, eigen3) (make)
- freetype2 (freetype2-qdoled-aw3225qfAUR, freetype2-gitAUR, freetype2-macosAUR, freetype2-qdoledAUR) (make)
- gflags (gflags-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- Show 1 more dependencies...
Required by (3)
- alice-vision (requires geogram)
- meshroom (requires alice-vision)
- meshroom-git
Sources (7)
Latest Comments
bartus commented on 2022-03-14 10:30 (UTC)
bartus commented on 2020-12-09 23:40 (UTC)
@steinbuch: should build fine now.
steinbuch commented on 2020-05-09 20:29 (UTC)
Does current git build? For me it's complaining about missing "OsiClpSolverInterface.hpp".
bartus commented on 2019-04-10 11:40 (UTC) (edited on 2021-08-12 13:19 (UTC) by bartus)
This is a package is also hosted on GitHub.
-
Please submit
patchesand reportissuesto AUR-alice-vision-git/github.com -
Travis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-alice-vision-git.svg?branch=master" />
Use env vars to control build process:
CUDA_ARCH="xx;yy"to build for a specific Cuda arch, supports multiple values (note: escape semicolon when passing as argument)DISABLE_CUDA=1disable cuda depth map module. (also disables cctag,popsift and ute)DISABLE_CCTAG=1disable detection of CCTags made of concentric circles.DISABLE_POPSIFT=1disable GPU accelerated feature matching.DISABLE_UTE=1disable GPU accelerated SFM uncertainty calculation.DISABLE_ALEMBIC=1disable alembic mesh support.DISABLE_OPENGV=1disable camera rig calibration and localization.DISABLE_OPENCV=1disable camera lens calibration.BUILD_DOC=1build documentation for command line utilities.BUILD_DOXYGEN=1build documentation for code developers.
Usage cases:
makepkg CUDA_ARCH=52\;60 DISABLE_CCTAG=1export CUDA_ARCH=52\;60 DISABLE_CCTAG=1before build{yay,paru} -S alice-vision --mflags "CUDA_ARCH=52\;60,DISABLE_CCTAG=1"CUDA_ARCH=52\;60 DISABLE_CCTAG=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:
cuda: GPU accelerated depth map calculation.cctag: GPU accelerated detection of CCTags made of concentric circles.popsift: GPU accelerated feature matching.ute: GPU accelerated SFM uncertainty calculation.opengv: camera rig calibration and localization.
Pinned Comments
bartus commented on 2022-03-14 10:30 (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:40 (UTC) (edited on 2021-08-12 13:19 (UTC) by bartus)
This is a package is also hosted on GitHub.
Please submit
patchesand reportissuesto AUR-alice-vision-git/github.comTravis CI Status: <img alt="Build Status" src="https://travis-ci.org/bartoszek/AUR-alice-vision-git.svg?branch=master" />
Use env vars to control build process:
CUDA_ARCH="xx;yy"to build for a specific Cuda arch, supports multiple values (note: escape semicolon when passing as argument)DISABLE_CUDA=1disable cuda depth map module. (also disables cctag,popsift and ute)DISABLE_CCTAG=1disable detection of CCTags made of concentric circles.DISABLE_POPSIFT=1disable GPU accelerated feature matching.DISABLE_UTE=1disable GPU accelerated SFM uncertainty calculation.DISABLE_ALEMBIC=1disable alembic mesh support.DISABLE_OPENGV=1disable camera rig calibration and localization.DISABLE_OPENCV=1disable camera lens calibration.BUILD_DOC=1build documentation for command line utilities.BUILD_DOXYGEN=1build documentation for code developers.Usage cases:
makepkg CUDA_ARCH=52\;60 DISABLE_CCTAG=1export CUDA_ARCH=52\;60 DISABLE_CCTAG=1before build{yay,paru} -S alice-vision --mflags "CUDA_ARCH=52\;60,DISABLE_CCTAG=1"CUDA_ARCH=52\;60 DISABLE_CCTAG=1 ~your-aur-helper~Notice for
Yayusers:Since yay relies solely on
aur-rpcto solve dependencies instead of callingmakepkg --syncit can't follow dependencies logic defined inPKGBUILD. That's why it's up to the user to provide dependencies to enable optional features, otherwiseyaywill throw a missing dependency error.Optional features:
cuda: GPU accelerated depth map calculation.cctag: GPU accelerated detection of CCTags made of concentric circles.popsift: GPU accelerated feature matching.ute: GPU accelerated SFM uncertainty calculation.opengv: camera rig calibration and localization.