From 23983ce03017bb6a1057927044d5be816d66a8c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Krup=C4=8D=C3=ADk?= Date: Wed, 20 Nov 2019 14:00:26 +0100 Subject: [PATCH] modified: c/CUDA/CUDA-9.2.148.eb --- c/CUDA/CUDA-9.2.148.eb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/c/CUDA/CUDA-9.2.148.eb b/c/CUDA/CUDA-9.2.148.eb index b2460748..d7806834 100644 --- a/c/CUDA/CUDA-9.2.148.eb +++ b/c/CUDA/CUDA-9.2.148.eb @@ -1,7 +1,7 @@ -# IT4Innovations 2018 +# IT4Innovations 2019 name = 'CUDA' -version = '9.2.88' +version = '9.2.148' homepage = 'https://developer.nvidia.com/cuda-toolkit' description = """CUDA (formerly Compute Unified Device Architecture) is a parallel @@ -12,9 +12,9 @@ description = """CUDA (formerly Compute Unified Device Architecture) is a parall toolchain = SYSTEM source_urls = [ - 'https://developer.nvidia.com/local_compute/cuda/%(version_major_minor)s/prod/local_installers/'] + 'https://developer.nvidia.com/compute/cuda/%(version_major_minor)s/Prod2/local_installers/'] -sources = ['cuda_9.2.88_396.26_linux'] +sources = ["cuda_%(version)s_396.26_linux"] modextravars = { 'CUDA_HOME': '%(installdir)s',