Skip to content
Snippets Groups Projects
Commit 49e9526c authored by Damian Alvarez's avatar Damian Alvarez
Browse files

To update the user-land driver, so CUDA 11.3 works properly.

parent 4febb1b3
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ class EB_nvidia_minus_driver(Binary):
libdir = os.path.join(self.installdir, 'lib64')
# Run ldconfig to create missing symlinks (libcuda.so.1, etc)
run_cmd("ldconfig -N %s" % libdir)
run_cmd("/usr/sbin/ldconfig -N %s" % libdir)
# Create an extra symlink for libcuda.so, otherwise PGI 19.X breaks
# Create an extra symlink for libnvidia-ml.so, otherwise MVAPICH2 doesn't find it if it doesn't rely on stubs
......
name = 'nvidia-driver'
version = 'default'
realversion = '450.51.06'
realversion = '465.31'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = """This is a set of libraries normally installed by the NVIDIA driver installer."""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment