On 23/05/2022 19.30, Andreas Beckmann wrote:
On Mon, 03 Jan 2022 03:07:39 +0100 Andreas Beckmann <a...@debian.org>
wrote:
/usr/include/c++/11/bits/std_function.h:435:145: error: parameter
packs not expanded with '...':
435 | function(_Functor&& __f)
I've now switched back the default compiler for nvidia-cuda-toolkit
11.4.3 in sid to g++-10 which does not have this problem.
There are also some autopkgtests in place that should notice regressions
when compiling stl headers with nvcc.
To make use of that, you need to Build-Depend on nvidia-cuda-toolkit-gcc
(instead of nvidia-cuda-toolkit) and you should probably build with
CXX=cuda-g++ (and maybe CC=cuda-gcc) to automatically use the default
compiler used by the cuda tookit.
Andreas