Describe the bug
Per #218265 (comment), when using CUDA-enabled scipy it is possible to run into libstdc++.so.6: version 'GLIBCXX_3.4.30' not found errors.
Historically the fix for this problem has been to ensure the derivations of CUDA-enabled packages use a compiler compatible with the version of NVCC being used, instead of the default compiler provided by stdenv.
Additional context
This is a followup from #218265.
Notify maintainers
@NixOS/cuda-maintainers
Describe the bug
Per #218265 (comment), when using CUDA-enabled
scipyit is possible to run intolibstdc++.so.6: version 'GLIBCXX_3.4.30' not founderrors.Historically the fix for this problem has been to ensure the derivations of CUDA-enabled packages use a compiler compatible with the version of NVCC being used, instead of the default compiler provided by
stdenv.Additional context
This is a followup from #218265.
Notify maintainers
@NixOS/cuda-maintainers