Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 878079
Collapse All | Expand All

(-)a/nvidia-cuda-toolkit-11.8.0.ebuild (-1 / +1 lines)
Lines 67-73 Link Here
67
	local builddirs=(
67
	local builddirs=(
68
		builds/cuda_{cccl,cudart,cuobjdump,cuxxfilt,memcheck,nvcc,nvdisasm,nvml_dev,nvprune,nvrtc,nvtx}
68
		builds/cuda_{cccl,cudart,cuobjdump,cuxxfilt,memcheck,nvcc,nvdisasm,nvml_dev,nvprune,nvrtc,nvtx}
69
		builds/lib{cublas,cufft,curand,cusolver,cusparse,npp,nvjpeg}
69
		builds/lib{cublas,cufft,curand,cusolver,cusparse,npp,nvjpeg}
70
		$(usex profiler "builds/cuda_nvprof builds/cuda_cupti" "")
70
		$(usex profiler "builds/cuda_nvprof builds/cuda_cupti builds/cuda_profiler_api" "")
71
		$(usex vis-profiler "builds/cuda_nvvp" "")
71
		$(usex vis-profiler "builds/cuda_nvvp" "")
72
		$(usex debugger "builds/cuda_gdb" "")
72
		$(usex debugger "builds/cuda_gdb" "")
73
	)
73
	)

Return to bug 878079