Current version builds against system libraries
Search Criteria
Package Details: cctag 1.0.4-2
Package Actions
| Git Clone URL: | https://aur.archlinux.org/cctag.git (read-only, click to copy) |
|---|---|
| Package Base: | cctag |
| Description: | Detection of CCTag markers made up of concentric circles. |
| Upstream URL: | https://github.com/alicevision/CCTag |
| Licenses: | MPL2 |
| Submitter: | svenstaro |
| Maintainer: | sfn |
| Last Packager: | sfn |
| Votes: | 1 |
| Popularity: | 0.43 |
| First Submitted: | 2024-05-21 23:51 (UTC) |
| Last Updated: | 2025-11-09 18:19 (UTC) |
Dependencies (9)
- boost-libs
- tbb (onetbb-gitAUR, onetbb)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (make)
- eigen (eigen-gitAUR, eigen3) (make)
- ninja (ninja-gitAUR, ninja-memAUR, ninja-noemacs-gitAUR, ninja-kitwareAUR, ninja-fuchsia-gitAUR) (make)
- opencv (opencv-cuda) (make)
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda-12.5AUR, cuda-12.9AUR, cuda-12.8AUR, cuda-pascalAUR) (optional) – for cuda detector
Required by (1)
- alice-vision (make)
Sources (1)
Latest Comments
sfn commented on 2025-11-10 08:48 (UTC)
sfn commented on 2025-10-04 11:55 (UTC) (edited on 2025-10-04 11:55 (UTC) by sfn)
bartus commented on 2024-07-23 09:45 (UTC)
Version 1.0.4 won't build with cuda>11
bartus commented on 2024-07-23 09:44 (UTC)
Use env vars to control the build process:
CUDA_ARCH="x.x;y.y"to build for a specific Cuda arch, supports multiple values (semicolon separated).GPU_DETECTdetect local GPU arch (default off)DISABLE_CUDAbuild without cuda support (default off)ENABLE_APPSbuild sample apps (default off)ENABLE_AVX2enable AVX2 optimizations (default off)ENABLE_SERIALIZEStore all the output, preserves reproducibility (default off)ENABLE_VISUAL_DEBUGenable visual debug (default off)THRUST_COPY_IFdon't use thrust::copy_if() (bug on cuda:7 with GTX 980/1080, default off)-
ENABLE_DOCbuild doc (default off) -
MAKEFLAGS="xxx yyy"to override default make flags.
Usage cases:
makepkg GPU_DETECT=1 MAKEFLAGS=-j1yay -S cctag --mflags "CUDA_ARCH=5.2;ENABLE_APPS=1"
Pinned Comments
bartus commented on 2024-07-23 09:44 (UTC)
Use env vars to control the build process:
CUDA_ARCH="x.x;y.y"to build for a specific Cuda arch, supports multiple values (semicolon separated).GPU_DETECTdetect local GPU arch (default off)DISABLE_CUDAbuild without cuda support (default off)ENABLE_APPSbuild sample apps (default off)ENABLE_AVX2enable AVX2 optimizations (default off)ENABLE_SERIALIZEStore all the output, preserves reproducibility (default off)ENABLE_VISUAL_DEBUGenable visual debug (default off)THRUST_COPY_IFdon't use thrust::copy_if() (bug on cuda:7 with GTX 980/1080, default off)ENABLE_DOCbuild doc (default off)MAKEFLAGS="xxx yyy"to override default make flags.Usage cases:
makepkg GPU_DETECT=1 MAKEFLAGS=-j1yay -S cctag --mflags "CUDA_ARCH=5.2;ENABLE_APPS=1"