Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 760522 | Differences between
and this patch

Collapse All | Expand All

(-)nvidia-cuda-sdk-10.2.89.ebuild (-5 / +4 lines)
Lines 1-16 Link Here
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2019 Gentoo Authors
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
3
4
EAPI=7
4
EAPI=7
5
5
6
inherit cuda flag-o-matic portability toolchain-funcs unpacker
6
inherit cuda flag-o-matic portability toolchain-funcs unpacker
7
7
8
MYD=$(ver_cut 1-2 ${PV})
8
DRIVER_PV="460.32.03"
9
DRIVER_PV="440.33.01"
10
9
11
DESCRIPTION="NVIDIA CUDA Software Development Kit"
10
DESCRIPTION="NVIDIA CUDA Software Development Kit"
12
HOMEPAGE="https://developer.nvidia.com/cuda-zone"
11
HOMEPAGE="https://developer.nvidia.com/cuda-zone"
13
SRC_URI="https://developer.download.nvidia.com/compute/cuda/${MYD}/Prod/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run"
12
SRC_URI="https://developer.download.nvidia.com/compute/cuda/${PV}/local_installers/cuda_${PV}_${DRIVER_PV}_linux.run -> cuda_${PV}_${DRIVER_PV}_linux.run"
14
13
15
LICENSE="CUDPP"
14
LICENSE="CUDPP"
16
SLOT="0/${PV}"
15
SLOT="0/${PV}"
Lines 30-36 Link Here
30
29
31
RESTRICT="test"
30
RESTRICT="test"
32
31
33
S=${WORKDIR}/builds/cuda-samples
32
S=${WORKDIR}/builds/cuda_samples
34
33
35
QA_EXECSTACK=(
34
QA_EXECSTACK=(
36
	opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint
35
	opt/cuda/sdk/0_Simple/cdpSimplePrint/cdpSimplePrint

Return to bug 760522