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 ++ lists.optionals cudaSupport ( 161 with effectiveCudaPackages; 162 [ 163 cuda_cudart # cuda_runtime.h 164 libcublas # cublas_v2.h 165 libcusparse # cusparse.h ··· 169 ] 170 ++ lists.optionals (cudaAtLeast "11.8") [ 171 cuda_profiler_api # <cuda_profiler_api.h> 172 - ] 173 - ++ lists.optionals (cudaAtLeast "12.0") [ 174 - cuda_cccl # <nv/target> 175 ] 176 ) 177 ++ lists.optionals rocmSupport (
··· 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 ] 171 ++ lists.optionals (cudaAtLeast "11.8") [ 172 cuda_profiler_api # <cuda_profiler_api.h> 173 ] 174 ) 175 ++ lists.optionals rocmSupport (