Skip to content

Commit

Permalink
Update for CUDA12.6.1 (#21)
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 da35a8e + ec26f6c commit 4ff139c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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
4 changes: 2 additions & 2 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ arm_variant_type:
c_compiler:
- gcc
c_compiler_version:
- '12'
- '13'
c_stdlib:
- sysroot
c_stdlib_version:
Expand All @@ -21,7 +21,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
10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-cupti" %}
{% set version = "12.6.37" %}
{% set lib_version = "2024.3.0" %}
{% set version = "12.6.68" %}
{% set lib_version = "2024.3.1" %}
{% set cuda_version = "12.6" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
Expand All @@ -19,9 +19,9 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_cupti/{{ platform }}/cuda_cupti-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 0f6e58132433617ab1ca279e0cfc1d82737d2320061ab7033a6e32f23f9fb25f # [linux64]
sha256: 9b203ba8cf9265efb4a518e6911d2f2a4353a489c11e7c9b4f043b0feb6d2aea # [aarch64]
sha256: 3c8aceca20d531ab5928027c132cc1f2cd0d4ad119e3d0cba27fce06142f431c # [win]
sha256: f9bbaf8246a30fdccd2e280ad671b0475971feef96236c2c0635f3b3abc2afb1 # [linux64]
sha256: 50163cf147905bfe54a644d61c103cd3555d64e714e136f07392376d867b5eb1 # [aarch64]
sha256: d1147cacc0567123f34082cb48a9e3d8f77c6010c3aab3286d516c576a9089a4 # [win]

build:
number: 0
Expand Down

0 comments on commit 4ff139c

Please sign in to comment.