Search Criteria
Package Details: adaptivecpp-git 25.02.0.r88.g081b5d3-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/adaptivecpp-git.git (read-only, click to copy) |
---|---|
Package Base: | adaptivecpp-git |
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 |
Submitter: | dreieck |
Maintainer: | solanki |
Last Packager: | solanki |
Votes: | 5 |
Popularity: | 0.000263 |
First Submitted: | 2024-02-08 13:18 (UTC) |
Last Updated: | 2025-07-07 22:00 (UTC) |
Dependencies (20)
- clang19
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hip-runtime-amd (opencl-amdAUR)
- level-zero-loader (level-zero-loader-gitAUR, level-zero-loader-legacyAUR)
- llvm19-libs
- numactl (numactl-gitAUR)
- nvidia-utils (nvidia-410xx-utilsAUR, nvidia-440xx-utilsAUR, nvidia-430xx-utilsAUR, nvidia-340xx-utilsAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-525xx-utilsAUR, nvidia-510xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-utils-betaAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- python (python37AUR)
- boost (boost-gitAUR) (make)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- doxygen (doxygen-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- level-zero-headers (level-zero-headers-gitAUR, level-zero-headers-legacyAUR) (make)
- lld19 (make)
- llvm19 (make)
- openmp (make)
- rocm-llvm (opencl-amd-devAUR) (make)
Latest Comments
« First ‹ Previous 1 2
Meteorhead commented on 2020-02-02 11:41 (UTC)
The package fails to build on a minty fresh install of Manjaro 18. Upon trying to install from the stock Pacman GUI, I get this error in the build logs:
Plus hordes of other .bc files missing. Is there a missing dependency on the package? Are build flags wrong?
foxcub commented on 2019-12-04 18:21 (UTC)
This has stopped working for me for some reason, but the fix turned out to be simple: replace -DCMAKE_CXX_FLAGS="--cuda-path=/opt/cuda-9.2 -L/opt/cuda-9.2/lib64" with -DCUDA_TOOLKIT_ROOT_DIR=/opt/cuda-9.2
illuhad commented on 2019-07-14 09:57 (UTC) (edited on 2019-07-14 09:58 (UTC) by illuhad)
Does it stop because of missing CUDA? I would expect it to mention that it cannot find CUDA, but not to stop the compilation. The reason it does that is that it tries to enable any backends that it can, so if CUDA were installed as well it would also automatically enable the CUDA backend. That's why it checks if there's CUDA installed.
steinbuch commented on 2019-05-14 20:34 (UTC)
I have an AMD GPU and so only ROCm. Do you why this hipsycl version still complains about missing CUDA?
CUDA_TOOLKIT_ROOT_DIR not found or specified -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY)
« First ‹ Previous 1 2