Package Details: adaptivecpp 25.02.0-4

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: 6
Popularity: 0.45
First Submitted: 2024-06-17 19:00 (UTC)
Last Updated: 2025-07-07 20:00 (UTC)

Latest Comments

1 2 Next › Last »

drwu commented on 2025-07-01 15:36 (UTC)

please add patch to build requirements.

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.

dreieck commented on 2024-02-08 10:06 (UTC)

Checksum verification fails:

==> Validating source files with sha256sums...
    hipsycl-rocm-0.9.4 ... FAILED
==> ERROR: One or more files did not pass the validity check!

dreieck commented on 2024-02-08 10:06 (UTC)

Checksum verification fails:

==> Validating source files with sha256sums...
    hipsycl-cuda-0.9.4 ... FAILED
==> ERROR: One or more files did not pass the validity check!

dreieck commented on 2024-02-08 10:02 (UTC)

Build fails:

==> Starting prepare()...
sed: can't read /tmp/makepkg/build/hipsycl-cpu/src/OpenSYCL-0.9.4/CMakeLists.txt: No such file or directory

It turns out that the upstream tarball no more extracts to hipsycl-cpu-${pkgver}, but to AdaptiveCpp-${pkgver}.

Regards!

dreieck commented on 2024-02-08 10:00 (UTC)

Checksum verification fails:

==> Validating source files with sha256sums...
    hipsycl-cpu-0.9.4 ... FAILED
==> ERROR: One or more files did not pass the validity check!

Regards and thanks for maintaining!

dreieck commented on 2024-02-08 09:59 (UTC)

Please append .tar.gz to $pkgname-$pkgver in the source array.

It should be: source=("$pkgname-$pkgver.tar.gz::https://github.com/OpenSYCL/OpenSYCL/archive/v$pkgver.tar.gz")

Regards and thanks for maintaining!

aoowweenn commented on 2022-05-28 09:08 (UTC)

syclcc with hip target uses host clang by default, and link with lld. Could you add 'lld' to the dependency list?

acxz commented on 2020-03-14 22:59 (UTC)

Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.

acxz commented on 2020-03-14 22:49 (UTC)

Development is on Github: https://github.com/acxz/pkgbuilds Please open issues and PRs there instead of commenting.