diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2017-10-02 18:47:32 +0200 |
---|---|---|
committer | Christoph Junghans <christoph.junghans@gmail.com> | 2017-10-02 10:47:32 -0600 |
commit | 48e4efc2a415c0ec3b2ccaa02dce417f331c6789 (patch) | |
tree | da204e297f99f4699c835ee1f51c22c43aa9d331 /var | |
parent | 29ca18e3488ef142f5e55eb947346dbd4e29e23e (diff) | |
download | spack-48e4efc2a415c0ec3b2ccaa02dce417f331c6789.tar.gz spack-48e4efc2a415c0ec3b2ccaa02dce417f331c6789.tar.bz2 spack-48e4efc2a415c0ec3b2ccaa02dce417f331c6789.tar.xz spack-48e4efc2a415c0ec3b2ccaa02dce417f331c6789.zip |
CUDA 9.0.176 (#5562)
The first stable release of CUDA 9, v9.0.176, is out.
This adds its installer and checksum.
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/cuda/package.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cuda/package.py b/var/spack/repos/builtin/packages/cuda/package.py index a034aabf3f..655b99b2a2 100644 --- a/var/spack/repos/builtin/packages/cuda/package.py +++ b/var/spack/repos/builtin/packages/cuda/package.py @@ -38,6 +38,8 @@ class Cuda(Package): homepage = "http://www.nvidia.com/object/cuda_home_new.html" + version('9.0.176', '7a00187b2ce5c5e350e68882f42dd507', expand=False, + url="https://developer.nvidia.com/compute/cuda/9.0/Prod/local_installers/cuda_9.0.176_384.81_linux-run") version('8.0.61', '33e1bd980e91af4e55f3ef835c103f9b', expand=False, url="https://developer.nvidia.com/compute/cuda/8.0/Prod2/local_installers/cuda_8.0.61_375.26_linux-run") version('8.0.44', '6dca912f9b7e2b7569b0074a41713640', expand=False, |