Skip to content

Commit

Permalink
nvidia-mxlinks: Pull links straight
Browse files Browse the repository at this point in the history
Raise version to 0.14 (sic!). Needed to avoid further confusion with
some 0.13 version lingering around.

Remove duplicate and outdated links:

 - remove libOpenCL.so.1
 - remove duplicate libnvidia-opencl.so.1
 - remove remaining unreferenced links

Note: libnvidia-wfb.so.1 and libOpenCL.so.1 _are_ part
of the nvidia-390.87 driver, but no workstation should use
this driver anymore, since 3D-fuctionality is broken anyway. Drop this
cruft.

The tool for checking is named check-nvidia-mxlinks.sh, and can be found
in /project/admin/tools
  • Loading branch information
thomas committed Aug 19, 2021
1 parent 725d107 commit af7c727
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions nvidia-mxlinks.be0
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/env beesh

# BEE_VERSION nvidia-mxlinks-0.12-0
# BEE_VERSION nvidia-mxlinks-0.14-0

EXCLUDE=("^/usr/lib/(X11|xorg)(|/modules(|/drivers))$")

Expand All @@ -9,19 +9,13 @@ mee_install() {

NVLIBS=(
"libnvidia-ml.so.1"
"libnvidia-wfb.so.1"
"libnvidia-cfg.so.1"
"libnvidia-opencl.so.1"
"libnvidia-encode.so.1"
"libnvidia-ptxjitcompiler.so.1"
"libvdpau_nvidia.so.1"
"libvdpau_trace.so.1"
"libnvcuvid.so.1"
"libcuda.so.1"
"libOpenCL.so.1"
"libGLcore.1"
"libnvidia-tls.so.1"
"libXvMCNVIDIA_dynamic.so.1"
"libEGL_nvidia.so.0"
"libGLESv1_CM_nvidia.so.1"
"libGLESv2_nvidia.so.2"
Expand All @@ -31,7 +25,6 @@ mee_install() {
"libnvidia-ifr.so.1"
"libnvidia-opticalflow.so.1"
"libnvoptix.so.1"
"libnvidia-opencl.so.1"
)

for i in ${NVLIBS[@]} ; do
Expand Down

0 comments on commit af7c727

Please sign in to comment.