mirror of
https://code.it4i.cz/sccs/easyconfigs-it4i.git
synced 2025-04-07 23:42:12 +01:00

modified: c/CUDA/CUDA-10.2.89.eb new file: c/CUDA/CUDA-11.0.182.eb new file: j/Java/Java-1.8.0_241.eb
25 lines
806 B
Plaintext
25 lines
806 B
Plaintext
# JH 2020
|
|
|
|
name = 'CUDA'
|
|
version = '11.0.182'
|
|
|
|
homepage = 'https://developer.nvidia.com/cuda-toolkit'
|
|
description = """CUDA (formerly Compute Unified Device Architecture) is a parallel
|
|
local_computing platform and programming model created by NVIDIA and implemented by the
|
|
graphics processing units (GPUs) that they produce. CUDA gives developers access
|
|
to the virtual instruction set and memory of the parallel local_computational elements in CUDA GPUs."""
|
|
|
|
toolchain = SYSTEM
|
|
source_urls = ['https://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/']
|
|
sources = ['%(namelower)s_11.0.1_450.36.06_linux.run']
|
|
|
|
#dependencies = [
|
|
# ('Java', '1.8.0_221'),
|
|
#]
|
|
|
|
postinstallcmds = ['rm -f /tmp/cuda-installer.log']
|
|
|
|
modluafooter = 'add_property("arch","gpu")'
|
|
|
|
moduleclass = 'system'
|