diff options
author | Axel Huebl <axel.huebl@plasma.ninja> | 2018-05-22 12:45:47 +0200 |
---|---|---|
committer | Massimiliano Culpo <massimiliano.culpo@gmail.com> | 2018-05-22 12:45:47 +0200 |
commit | cd72312940267e9ec6c8105d74a208521a7075b0 (patch) | |
tree | c25eb48d6f3f673623c8b80c0cbcf6d56f8521dd /var | |
parent | b61175aebadd54a893c8eab43048a074d7aa7b2f (diff) | |
download | spack-cd72312940267e9ec6c8105d74a208521a7075b0.tar.gz spack-cd72312940267e9ec6c8105d74a208521a7075b0.tar.bz2 spack-cd72312940267e9ec6c8105d74a208521a7075b0.tar.xz spack-cd72312940267e9ec6c8105d74a208521a7075b0.zip |
CUDA 9.2 (#8238)
Add the latest CUDA release, v9.2 and updated CUDA Compatibility Matrix
Diffstat (limited to 'var')
-rw-r--r-- | var/spack/repos/builtin/packages/cuda/package.py | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/var/spack/repos/builtin/packages/cuda/package.py b/var/spack/repos/builtin/packages/cuda/package.py index 25871c907a..80e3d1cf67 100644 --- a/var/spack/repos/builtin/packages/cuda/package.py +++ b/var/spack/repos/builtin/packages/cuda/package.py @@ -33,11 +33,12 @@ class Cuda(Package): Note: This package does not currently install the drivers necessary to run CUDA. These will need to be installed manually. See: - http://docs.nvidia.com/cuda/cuda-getting-started-guide-for-linux for - details.""" + https://docs.nvidia.com/cuda/ for details.""" - homepage = "http://www.nvidia.com/object/cuda_home_new.html" + homepage = "https://developer.nvidia.com/cuda-zone" + version('9.2.88', 'dd6e33e10d32a29914b7700c7b3d1ca0', expand=False, + url="https://developer.nvidia.com/compute/cuda/9.2/Prod/local_installers/cuda_9.2.88_396.26_linux") version('9.1.85', '67a5c3933109507df6b68f80650b4b4a', expand=False, url="https://developer.nvidia.com/compute/cuda/9.1/Prod/local_installers/cuda_9.1.85_387.26_linux") version('9.0.176', '7a00187b2ce5c5e350e68882f42dd507', expand=False, |