Skip to content

Commit

Permalink
Update for CUDA12.5.1 (#12)
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 9, 2024
2 parents d81de4e + 5b434bd commit 448cd79
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cdt_name:
- cos6
- cos7
channel_sources:
- conda-forge
channel_targets:
Expand Down
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.

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% set version = "12.5.0" %}
{% set version = "12.5.1" %}

package:
name: cuda-visual-tools
Expand All @@ -14,10 +14,10 @@ build:

requirements:
run:
- cuda-nsight 12.5.39 # [linux64]
- nsight-compute 2024.2.0.16
- cuda-nvml-dev 12.5.39
- cuda-nvvp 12.5.39 # [not aarch64]
- cuda-nsight 12.5.82 # [linux64]
- nsight-compute 2024.2.1.2
- cuda-nvml-dev 12.5.82
- cuda-nvvp 12.5.82 # [not aarch64]
- cuda-libraries-dev {{ version }}

test:
Expand Down

0 comments on commit 448cd79

Please sign in to comment.