magma: fix build on CUDA 11.8 (#384554)

authored by Pavol Rusnak and committed by GitHub 020398ba b3a411b6

+1 -3
+1 -3
pkgs/development/libraries/science/math/magma/generic.nix
··· 160 160 ++ lists.optionals cudaSupport ( 161 161 with effectiveCudaPackages; 162 162 [ 163 + cuda_cccl # <nv/target> and <cuda/std/type_traits> 163 164 cuda_cudart # cuda_runtime.h 164 165 libcublas # cublas_v2.h 165 166 libcusparse # cusparse.h ··· 169 170 ] 170 171 ++ lists.optionals (cudaAtLeast "11.8") [ 171 172 cuda_profiler_api # <cuda_profiler_api.h> 172 - ] 173 - ++ lists.optionals (cudaAtLeast "12.0") [ 174 - cuda_cccl # <nv/target> 175 173 ] 176 174 ) 177 175 ++ lists.optionals rocmSupport (