summaryrefslogtreecommitdiff
path: root/var
diff options
context:
space:
mode:
authorpauleonix <paul.grosse-bley@ziti.uni-heidelberg.de>2024-10-10 17:48:20 +0200
committerGitHub <noreply@github.com>2024-10-10 09:48:20 -0600
commitcaaaba464e99536fafc1a37f3de1d0dfee4f012c (patch)
tree4ae845bce1933dc4e1cb8ad028adbbea9dcef56f /var
parent8fae388f5745785bb898dba6f5e48b471954cb72 (diff)
downloadspack-caaaba464e99536fafc1a37f3de1d0dfee4f012c.tar.gz
spack-caaaba464e99536fafc1a37f3de1d0dfee4f012c.tar.bz2
spack-caaaba464e99536fafc1a37f3de1d0dfee4f012c.tar.xz
spack-caaaba464e99536fafc1a37f3de1d0dfee4f012c.zip
cuda: add v12.6.2 (#46864)
* cuda: Add 12.6.2 * Update cuda build system - Remove gcc@6 conflict that was only a deprecation (probably has be added again with cuda@13) - Update cuda_arch support by CUDA version - Kepler support has ended with cuda@12 - Recently added 90a Hopper "experimental" features architecture was missing the dependency on cuda@12:
Diffstat (limited to 'var')
-rw-r--r--var/spack/repos/builtin/packages/cuda/package.py10
1 files changed, 10 insertions, 0 deletions
diff --git a/var/spack/repos/builtin/packages/cuda/package.py b/var/spack/repos/builtin/packages/cuda/package.py
index affd8bafa5..bd1ff959f2 100644
--- a/var/spack/repos/builtin/packages/cuda/package.py
+++ b/var/spack/repos/builtin/packages/cuda/package.py
@@ -24,6 +24,16 @@ from spack.package import *
# format returned by platform.system() and 'arch' by platform.machine()
_versions = {
+ "12.6.2": {
+ "Linux-aarch64": (
+ "2249408848b705c18b9eadfb5161b52e4e36fcc5753647329cce93db141e5466",
+ "https://developer.download.nvidia.com/compute/cuda/12.6.2/local_installers/cuda_12.6.2_560.35.03_linux_sbsa.run",
+ ),
+ "Linux-x86_64": (
+ "3729a89cb58f7ca6a46719cff110d6292aec7577585a8d71340f0dbac54fb237",
+ "https://developer.download.nvidia.com/compute/cuda/12.6.2/local_installers/cuda_12.6.2_560.35.03_linux.run",
+ ),
+ },
"12.6.1": {
"Linux-aarch64": (
"b39ac88184798e8c313e6ced23dd128f13ab30c199b96bd9c0bee07dbdd31400",