Skip to content

Commit

Permalink
dev-util/nvidia-cuda-toolkit: do not inherit cuda.eclass
Browse files Browse the repository at this point in the history
These ebuilds use none of the functions or variables currently provided
by this eclass.

Signed-off-by: Marek Szuba <[email protected]>
  • Loading branch information
Marek Szuba committed Jul 14, 2021
1 parent e9bb221 commit 05d1277
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

MYD=$(ver_cut 1-2 ${PV})
DRIVER_PV="440.33.01"
Expand Down Expand Up @@ -43,7 +43,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="455.32.00"

Expand Down Expand Up @@ -38,7 +38,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="460.27.04"

Expand Down Expand Up @@ -39,7 +39,6 @@ CHECKREQS_DISK_BUILD="6800M"
PATCHES=( "${FILESDIR}"/${P}-nsight-systems-launcher.patch )

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="460.32.03"

Expand Down Expand Up @@ -37,7 +37,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="465.19.01"

Expand Down Expand Up @@ -37,7 +37,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="465.19.01"

Expand Down Expand Up @@ -36,7 +36,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=7

inherit check-reqs cuda toolchain-funcs unpacker
inherit check-reqs toolchain-funcs unpacker

DRIVER_PV="470.42.01"

Expand Down Expand Up @@ -36,7 +36,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="6800M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit check-reqs cuda eutils toolchain-funcs unpacker versionator
inherit check-reqs eutils toolchain-funcs unpacker versionator

MYD=$(get_version_component_range 1-2)
DRIVER_PV="396.26"
Expand Down Expand Up @@ -36,7 +36,6 @@ QA_PREBUILT="opt/cuda/*"
CHECKREQS_DISK_BUILD="3500M"

pkg_setup() {
# We don't like to run cuda_pkg_setup as it depends on us
check-reqs_pkg_setup
}

Expand Down

0 comments on commit 05d1277

Please sign in to comment.