commit 4f2d605c589f53138d53d05f0a1e79244c9eb320
Author: Henrik Nordström <henrik(a)hno.se>
Date: Sat Jan 16 12:11:25 2021 +0100
Reactivate nvidia-uvm for CUDA support. Seems the licensing issue have been resolved
nvidia-390xx-kmod.spec | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/nvidia-390xx-kmod.spec b/nvidia-390xx-kmod.spec
index f5d22f0..59e0e8a 100644
--- a/nvidia-390xx-kmod.spec
+++ b/nvidia-390xx-kmod.spec
@@ -12,7 +12,7 @@ Name: nvidia-390xx-kmod
Epoch: 3
Version: 390.141
# Taken over by kmodtool
-Release: 1%{?dist}
+Release: 2%{?dist}
Summary: NVIDIA 390xx display driver kernel module
Group: System Environment/Kernel
License: Redistributable, no modification permitted
@@ -82,8 +82,7 @@ for kernel_version in %{?kernel_versions}; do
pushd _kmod_build_${kernel_version%%___*}/
make V=1 %{?_smp_mflags} \
KERNEL_UNAME="${kernel_version%%___*}"
SYSSRC="${kernel_version##*___}" \
- IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1 \
- NV_EXCLUDE_KERNEL_MODULES=nvidia-uvm \
+ IGNORE_CC_MISMATCH=1 IGNORE_XEN_PRESENCE=1 IGNORE_PREEMPT_RT_PRESENCE=1
module
popd
done
@@ -99,6 +98,9 @@ done
%changelog
+* Sat Jan 16 2021 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 390.141-2
+- Re-enable nvidia-uvm. The GPL licensing issue seems to have been solved in 390.141.
+
* Thu Jan 07 2021 Henrik Nordstrom <henrik(a)henriknordstrom.net> - 3:390.141-1
- Update to 390.141
Show replies by date