Skip to content

Commit

Permalink
Update for CUDA12.5.1 (#14)
Browse files Browse the repository at this point in the history
automerged PR by conda-forge/automerge-action
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
2 parents c090028 + 4192de7 commit 9f028eb
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% set name = "cuda-nvrtc" %}
{% set version = "12.5.40" %}
{% set version = "12.5.82" %}
{% set cuda_version = "12.5" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
Expand All @@ -18,9 +18,9 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/{{ platform }}/cuda_nvrtc-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 1c20b05a362ce06c65efff864efbffd7d1e02433805a280eaea22b706e5e3de9 # [linux64]
sha256: 2986bc0ce19808c69745caf8228a0653b641a35d7fe9de9272cc705ce713c43e # [aarch64]
sha256: ff1f3fc068c40c8773909ed6a4a51fda37e6b91341a34165ca7778306f9f6562 # [win]
sha256: 6745275167fd1c84f95cab9117066a7c41178cd26d4615ae685cb1b777b456b1 # [linux64]
sha256: a086a54a207477eb7e89ac670021bab514faf689d9ebbe67f5d26cf70c441610 # [aarch64]
sha256: 0bc5443fe432d69495412e1ee275fcc5f7590a65bda360ee5e25c20eb192632e # [win]

build:
number: 0
Expand Down

0 comments on commit 9f028eb

Please sign in to comment.