Search Criteria
Package Details: adaptivecpp-git 25.02.0.r109.g8810d85-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 |
| Provides: | opencl-headers |
| Submitter: | dreieck |
| Maintainer: | solanki |
| Last Packager: | solanki |
| Votes: | 6 |
| Popularity: | 0.78 |
| First Submitted: | 2024-02-08 13:18 (UTC) |
| Last Updated: | 2025-09-27 00:00 (UTC) |
Dependencies (20)
- clang19
- cuda (cuda11.1AUR, cuda-12.2AUR, cuda12.0AUR, cuda11.4AUR, cuda11.4-versionedAUR, cuda12.0-versionedAUR, cuda-12.5AUR, cuda-12.9AUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, 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-510xx-utilsAUR, nvidia-utils-teslaAUR, nvidia-470xx-utilsAUR, nvidia-550xx-utilsAUR, nvidia-390xx-utilsAUR, nvidia-vulkan-utilsAUR, nvidia-535xx-utilsAUR, nvidia-utils-betaAUR, nvidia-525xx-utilsAUR)
- ocl-icd (khronos-ocl-icd-gitAUR, opencl-icd-loaderAUR)
- python
- 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)
Required by (186)
- amdapp-sdk (requires opencl-headers) (optional)
- amdcovc (requires opencl-headers) (make)
- amdonly-gaming-opencl-rusticl-mesa-git (requires opencl-headers) (optional)
- aquagpusph (requires opencl-headers) (make)
- arrayfire (requires opencl-headers) (make)
- arrayfire-git (requires opencl-headers) (make)
- asap-chiptunes-player-git (requires opencl-headers) (make)
- avisynth-plugin-knlmeanscl-git (requires opencl-headers) (make)
- beagle-lib-all (requires opencl-headers)
- beagle-lib-opencl (requires opencl-headers)
- beignet (requires opencl-headers)
- beignet-git (requires opencl-headers)
- chipstar-git (requires opencl-headers) (make)
- clang-prefixed-git (requires opencl-headers) (make)
- clang-prefixed-release (requires opencl-headers) (make)
- clblas (requires opencl-headers)
- clblast-git (requires opencl-headers)
- clfft (requires opencl-headers) (make)
- clfft-git (requires opencl-headers) (make)
- clinfo-git (requires opencl-headers) (make)
- Show 166 more...
Latest Comments
« First ‹ Previous 1 2
acxz commented on 2020-02-29 04:58 (UTC)
@illuhad, is there any way to upload the package PKGBUILD's to the AUR. This makes them more visible and better integrated with the rest of the Arch AUR. Some of us (naetherm, neeshy, and me) have started a concentrated effort in bringing the ROCm and HIP related packages up to date on Arch here: https://github.com/rocm-arch/rocm-arch and I would eventually like to build
hipsyclagainst these ROCm packages. Also posting the PKGBUILDs here makes it easier for Arch Trusted Users to pull them from the AUR into the main repos, which should be the end goal of any package on the AUR.illuhad commented on 2020-02-12 21:55 (UTC) (edited on 2020-02-13 00:24 (UTC) by illuhad)
Hi,
the hipSYCL project provides an Arch Linux package repository with packages for the entire stack, including ROCm.
see https://github.com/illuhad/hipSYCL#repositories for more information.
we recommend using our packages instead of this pkgbuild, as this is where we will focus our maintenance efforts on.
pix3l commented on 2020-02-12 18:29 (UTC)
Hi,
Has anybody uploaded rocm packages to some repo?
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