Skip to content

Commit

Permalink
Update for CUDA12.6.1 (#16)
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 Aug 29, 2024
2 parents d1990b8 + deb5eb5 commit 0f33e7d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -15,7 +15,7 @@ channel_targets:
cxx_compiler:
- gxx
cxx_compiler_version:
- '12'
- '13'
docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
Expand Down
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-nvprof" %}
{% set version = "12.6.37" %}
{% set version = "12.6.68" %}
{% set cuda_version = "12.6" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
Expand All @@ -16,11 +16,11 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvprof/{{ platform }}/cuda_nvprof-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 2df45141995feed32fd8ca0a88738604a4d61989b7d4394caf868f1b92d63d2b # [linux64]
sha256: 7d7f6cb89fc22c8b711a48f9deceaf21908014ab07c44d1a53e064b4bcd26582 # [win]
sha256: a0bd653f2876a8ba09c3568ee0732e3bef5d44fb8d36a48d77f2ce19b2eac0c2 # [linux64]
sha256: 76a9030891a902c2de5bf375e8cdc9a4702fa1d80fddcf3f7c04e8e3105d47a0 # [win]

build:
number: 1
number: 0
binary_relocation: false
skip: true # [osx or aarch64 or ppc64le]
missing_dso_whitelist:
Expand Down

0 comments on commit 0f33e7d

Please sign in to comment.