@steinbuch: should build fine now.
Search Criteria
Package Details: alice-vision-git 2.4.0.r0.g38d899f54-1
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: | |
Conflicts: | |
Provides: | |
Submitter: | bartus |
Maintainer: | bartus |
Last Packager: | bartus |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-08-31 08:16 |
Last Updated: | 2021-02-28 18:37 |
Dependencies (25)
- alembic
- boost-libs (boost171, boost-libs-git)
- ceres-solver (ceres-solver-git, ceres-solver-legacy)
- coin-or-clp
- flann
- glfw-x11 (glfw-x11-git)
- glu (glu-git)
- google-glog (google-glog-static, glog-git)
- magma
- opencv (opencv-cuda-git, opencv2, opencv2-samples, opencv-with-python2-support, opencv-git, opencv-cuda)
- opengv (opengv-git)
- openimageio (openimageio-git)
- popsift
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- coin-or-coinutils (make)
- coin-or-lemon (make)
- cuda (cuda-11.0, cuda11.1) (make)
- doxygen (doxygen-git) (make)
- eigen (eigen-git) (make)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git) (make)
- gflags (gflags-static, gflags-git) (make)
- git (git-git) (make)
- ninja (ninja-git, ninja-samurai, ninja-mem, ninja-kitware, ninja-bin) (make)
- python-sphinx (python-sphinx-git, python-sphinx-2) (make)
Required by (3)
- alice-vision (requires geogram)
- meshroom (requires alice-vision)
- meshroom-git (requires alice-vision)
Sources (3)
Latest Comments
bartus commented on 2020-12-09 23:40
steinbuch commented on 2020-05-09 20:29
Does current git build? For me it's complaining about missing "OsiClpSolverInterface.hpp".
bartus commented on 2019-04-10 11:40
Please report issues
and patches
to alice-vision-git@github.com
Use env vars to control build process:
CUDA_ARCH="xx yy"
to build for a specific Cuda arch, supports multiple values.DISABLE_CUDA=1
to skip build of cuda dependent modules.
Usage cases:
export CUDA_ARCH="52"
before buildCUDA_ARCH="52" ~your-aur-helper~
makepkg CUDA_ARCH="52"
yay -S blender-2.8-git --mflags "CUDA_ARCH=\"52\""
Pinned Comments
bartus commented on 2019-04-10 11:40
Please report
issues
andpatches
to alice-vision-git@github.comUse env vars to control build process:
CUDA_ARCH="xx yy"
to build for a specific Cuda arch, supports multiple values.DISABLE_CUDA=1
to skip build of cuda dependent modules.Usage cases:
export CUDA_ARCH="52"
before buildCUDA_ARCH="52" ~your-aur-helper~
makepkg CUDA_ARCH="52"
yay -S blender-2.8-git --mflags "CUDA_ARCH=\"52\""