Skip to content

Commit

Permalink
Changes for NVIDIA HPC SDK 24.11 (spack#47592)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmuddnv authored and fryeguy52 committed Dec 17, 2024
1 parent e6dda6a commit 0037d5e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions var/spack/repos/builtin/packages/nvhpc/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,16 @@
# - package key must be in the form '{os}-{arch}' where 'os' is in the
# format returned by platform.system() and 'arch' by platform.machine()
_versions = {
"24.11": {
"Linux-aarch64": (
"f2f64e5dec5e90dad5e12a31a992172b0aa19abf872ef1c54a1a437c7008eefb",
"https://developer.download.nvidia.com/hpc-sdk/24.11/nvhpc_2024_2411_Linux_aarch64_cuda_multi.tar.gz",
),
"Linux-x86_64": (
"0c27d66ed0e2d3007d30ac904922a9abf96475197dc0f4dcc6316d235a1dc0c3",
"https://developer.download.nvidia.com/hpc-sdk/24.11/nvhpc_2024_2411_Linux_x86_64_cuda_multi.tar.gz",
),
},
"24.9": {
"Linux-aarch64": (
"8d900f798ef806c64993fd4fedf2c2c812dd1ccdbac2a0d33fabcd0cd36f19cf",
Expand Down

0 comments on commit 0037d5e

Please sign in to comment.