cudaPackages.setupCudaHook
: prevent builds with unsupported host compilers
#370879
Labels
6.topic: cuda
Parallel computing platform and API
After first encountering this seemingly upstream issue:
-DGPU_API=cuda
and GCC 14 lammps/lammps#4420And further on in this downstream discussion, we reached the conclusion that for every package using
cudaPackages.cudatoolkit
, (and perhaps other packages fromcudaPackages
?) we should help users avoid build errors with GCC > 13, that are not very understandable, by instructing them to usecudaPackages.backendStdenv
.cc @NixOS/cuda-maintainers .
The text was updated successfully, but these errors were encountered: