We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3a411b + c6c5ef5 commit 020398bCopy full SHA for 020398b
pkgs/development/libraries/science/math/magma/generic.nix
@@ -160,6 +160,7 @@ stdenv.mkDerivation {
160
++ lists.optionals cudaSupport (
161
with effectiveCudaPackages;
162
[
163
+ cuda_cccl # <nv/target> and <cuda/std/type_traits>
164
cuda_cudart # cuda_runtime.h
165
libcublas # cublas_v2.h
166
libcusparse # cusparse.h
@@ -170,9 +171,6 @@ stdenv.mkDerivation {
170
171
++ lists.optionals (cudaAtLeast "11.8") [
172
cuda_profiler_api # <cuda_profiler_api.h>
173
]
- ++ lists.optionals (cudaAtLeast "12.0") [
174
- cuda_cccl # <nv/target>
175
- ]
176
)
177
++ lists.optionals rocmSupport (
178
with effectiveRocmPackages;
0 commit comments