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 8f5c8f7 + 22b2315 commit 87f8ee0
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 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.

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

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/{{ platform }}/cuda_nvprof-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: abb19bcc364f66496e3ac1d350599ed687777200b41c4c6d6e037d60ffffdf11 # [linux64]
sha256: 19d2d6e06d8d27ddc667ae5260a02ff0935fb59b32d4c26f80a0644b9246c1cb # [win]
sha256: ff3750690c2d3e085dae08c31d31064364cb68d89d96fb2dc0f3adac7c19ad72 # [linux64]
sha256: d2e6c92b116b940d7bd689af21f77c4783b86f6dd9afa00dd0c856335ddd0e39 # [win]

build:
number: 0
Expand Down

0 comments on commit 87f8ee0

Please sign in to comment.