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

(-)./nvidia-cuda-toolkit-10.1.243.ebuild (-5 / +2 lines)
Lines 92-102 Link Here
92
		eend
92
		eend
93
	done
93
	done
94
94
95
	if use profiler
96
	then
97
		make_wrapper nvprof "${ecudadir}/bin/nvprof" "." "${ecudadir}/lib64:${ecudadir}/lib"
98
	fi
99
100
	dodir ${cudadir}
95
	dodir ${cudadir}
101
	into ${cudadir}
96
	into ${cudadir}
102
97
Lines 119-124 Link Here
119
	EOF
114
	EOF
120
	doenvd "${T}"/99cuda
115
	doenvd "${T}"/99cuda
121
116
117
	use profiler && \
118
		make_wrapper nvprof "${ecudadir}/bin/nvprof" "." "${ecudadir}/lib64:${ecudadir}/lib"
122
119
123
	dobin "${T}"/cuda-config
120
	dobin "${T}"/cuda-config
124
}
121
}

Return to bug 686738