summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorAxel Huebl <axel.huebl@plasma.ninja>2017-01-15 11:35:53 +0100
committerTodd Gamblin <tgamblin@llnl.gov>2017-01-15 02:35:53 -0800
commit5c4d2627ff4e348969ca710d2a9d69b10db48096 (patch)
tree375a7d962ae93559df80e68dc7fd13ce340debe8 /var
parent367f46eee2f8e4165216ab65cfc374aaf6f8c10a (diff)
downloadspack-5c4d2627ff4e348969ca710d2a9d69b10db48096.tar.gz
spack-5c4d2627ff4e348969ca710d2a9d69b10db48096.tar.bz2
spack-5c4d2627ff4e348969ca710d2a9d69b10db48096.tar.xz
spack-5c4d2627ff4e348969ca710d2a9d69b10db48096.zip
Packages: Add CUDA8 (#2823)
Adds the latest CUDA release, 8.0.44.
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/cuda/package.py2
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 36cf3058d7..ed8518f98f 100644
--- a/var/spack/repos/builtin/packages/cuda/package.py
+++ b/var/spack/repos/builtin/packages/cuda/package.py
@@ -50,6 +50,8 @@ class Cuda(Package):
homepage = "http://www.nvidia.com/object/cuda_home_new.html"
+ version('8.0.44', '6dca912f9b7e2b7569b0074a41713640', expand=False,
+ url="file://%s/cuda_8.0.44_linux.run" % os.getcwd())
version('7.5.18', '4b3bcecf0dfc35928a0898793cf3e4c6', expand=False,
url="file://%s/cuda_7.5.18_linux.run" % os.getcwd())
version('6.5.14', '90b1b8f77313600cc294d9271741f4da', expand=False,