mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-util/nvidia-cuda-toolkit: 12.9.1 adjust header path for patch
The header location changed between 12.9.1 and 13.0.0, so a naive copy over failed. Closes: https://bugs.gentoo.org/961347 Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com> Signed-off-by: Mart Raudsepp <leio@gentoo.org>
This commit is contained in:
committed by
Mart Raudsepp
parent
fb96aa56ba
commit
ee17add182
@@ -155,7 +155,7 @@ src_prepare() {
|
||||
pushd "builds/cuda_nvcc/targets/${narch}-linux" >/dev/null || die
|
||||
eapply -p5 "${FILESDIR}/nvidia-cuda-toolkit-glibc-2.41-r1.patch"
|
||||
popd >/dev/null || die
|
||||
pushd "builds/cuda_crt/targets/${narch}-linux" >/dev/null || die
|
||||
pushd "builds/cuda_nvcc/targets/${narch}-linux" >/dev/null || die
|
||||
eapply -p5 "${FILESDIR}/nvidia-cuda-toolkit-glibc-2.42.patch"
|
||||
popd >/dev/null || die
|
||||
|
||||
Reference in New Issue
Block a user