mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 10:52:18 +00:00
b81a95d71e
* feat: Split NVIDIA into current and legacy branches (#8402)
* feat: Split NVIDIA into current and legacy branches
* cleanup: Module variant no longer applicable
* fix: Some sources and anda.hcl files I missed
* fix: More
* chore: Bump release on packages that had changed dependencies
* chore: Bump release on all non-legacy packages
* fix: Oops
* More cleanup for kernel/kernel open changes
* cleanup: Weird line
* fix: Missed that
(cherry picked from commit 853f4a5829)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
* fix: Yeet i386
---------
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
27 lines
771 B
Plaintext
27 lines
771 B
Plaintext
PACKAGE_NAME="nvidia"
|
|
PACKAGE_VERSION="__VERSION_STRING"
|
|
AUTOINSTALL="yes"
|
|
|
|
# Quote make to avoid DKMS replacing it with "make -j$parallel_jobs KERNELRELEASE=$kernelver"
|
|
MAKE[0]="'make' -j$(nproc) KERNEL_UNAME=${kernelver} modules"
|
|
|
|
BUILT_MODULE_NAME[0]="nvidia"
|
|
BUILT_MODULE_LOCATION[0]="kernel-open"
|
|
DEST_MODULE_LOCATION[0]="/extra"
|
|
|
|
BUILT_MODULE_NAME[1]="nvidia-modeset"
|
|
BUILT_MODULE_LOCATION[1]="kernel-open"
|
|
DEST_MODULE_LOCATION[1]="/extra"
|
|
|
|
BUILT_MODULE_NAME[2]="nvidia-drm"
|
|
BUILT_MODULE_LOCATION[2]="kernel-open"
|
|
DEST_MODULE_LOCATION[2]="/extra"
|
|
|
|
BUILT_MODULE_NAME[3]="nvidia-uvm"
|
|
BUILT_MODULE_LOCATION[3]="kernel-open"
|
|
DEST_MODULE_LOCATION[3]="/extra"
|
|
|
|
BUILT_MODULE_NAME[4]="nvidia-peermem"
|
|
BUILT_MODULE_LOCATION[4]="kernel-open"
|
|
DEST_MODULE_LOCATION[4]="/extra"
|