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

new nvidia-driver for HDFML after the maintenance on 2022-12-15

parent 41bc0fd9
No related branches found
No related tags found
No related merge requests found
name = 'nvidia-driver'
version = 'default'
realversion = '515.86.01'
homepage = 'https://developer.nvidia.com/cuda-toolkit'
description = f"""
This is a set of libraries normally installed by the NVIDIA driver installer.
The real version of this package is {realversion}.
"""
site_contacts = 'sc@fz-juelich.de'
toolchain = SYSTEM
source_urls = ['http://us.download.nvidia.com/tesla/%s/' % realversion]
sources = ['NVIDIA-Linux-x86_64-%s.run' % realversion]
checksums = ['141777e1ca2f11e97d8d33260213f1be327eb73922ae22f4ddab404bb2ef4664']
# To avoid conflicts between NVML and the kernel driver
postinstallcmds = ['rm %(installdir)s/lib64/libnvidia-ml.so*']
modluafooter = '''
add_property("arch","gpu")
'''
moduleclass = 'system'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment