mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-01 15:58:28 +00:00
60209bf579
* add nvidia-kmod
* add settings, xsettings, mock label
* oops
* add nvidia setting assets
* add libva-nvidia-driver
* add: nvidia-kmod-common w/ properietary defaults
* download the x86 version of the driver package when running common
* add nvidia-driver package
* I don't think we actually need i386
* add a readme, fix build error and clean up script
* add back the accursed tarball script, we can port the thing later
* add nvidia-modprobe
* update metadata, add nvidia-persistenced
* add update scripts to nvidia drivers
* add update scripts for every cuda package
* make the component fetch a separate function for memoization
* cusparse
* cusparselt is not from cuda toolkit
* add nvidia subrepo label for multirepo
* set version for nvidia tarball
* nvidia-driver: download tarballs on build time
* clean up inline prep script
* NVProf is dropped in Jetpack 5, so there's no ARM version of it.
(cherry picked from commit c72c975c16)
Co-authored-by: Cappy Ishihara <cappy@cappuchino.xyz>
13 lines
548 B
Diff
13 lines
548 B
Diff
diff -Naur nvidia-modprobe-525.60.11.old/Makefile nvidia-modprobe-525.60.11/Makefile
|
|
--- nvidia-modprobe-525.60.11.old/Makefile 2022-11-28 20:15:22.000000000 +0100
|
|
+++ nvidia-modprobe-525.60.11/Makefile 2022-11-30 07:56:18.751429168 +0100
|
|
@@ -110,7 +110,7 @@
|
|
.PHONY: MANPAGE_install
|
|
MANPAGE_install: $(MANPAGE)
|
|
$(MKDIR) $(MANDIR)
|
|
- $(INSTALL) $(INSTALL_BIN_ARGS) $< $(MANDIR)/$(notdir $<)
|
|
+ $(INSTALL) $(INSTALL_DOC_ARGS) $< $(MANDIR)/$(notdir $<)
|
|
|
|
$(eval $(call DEBUG_INFO_RULES, $(NVIDIA_MODPROBE)))
|
|
$(NVIDIA_MODPROBE).unstripped: $(OBJS)
|