Package Details: adaptivecpp 25.02.0-3

Git Clone URL: https://aur.archlinux.org/adaptivecpp.git (read-only, click to copy)
Package Base: adaptivecpp
Description: A modern, community-driven platform for C++-based heterogeneous programming models targeting CPUs and GPUs from all major vendors.
Upstream URL: https://github.com/AdaptiveCpp/AdaptiveCpp
Licenses: BSD-2-Clause
Conflicts: adaptivecpp-git
Submitter: solanki
Maintainer: solanki
Last Packager: solanki
Votes: 4
Popularity: 0.047585
First Submitted: 2024-06-17 19:00 (UTC)
Last Updated: 2025-06-25 15:00 (UTC)

Latest Comments

captain_unicode commented on 2025-06-05 11:40 (UTC)

For me, the package does not build with CUDA and ROCM support without the extra cmake flags

-DCUDAToolkit_ROOT=/opt/cuda -DROCM_PATH=/opt/rocm

Maybe you could add these? The reason that it does not work is that adaptivecpp switched to FindCUDAToolkit internally, which does not work with the default cuda package install.