Skip to content

Commit

Permalink
Update for CUDA12.6.1 (#17)
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 d936a45 + 708400c commit 1f70480
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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
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 = "libnvjitlink" %}
{% set version = "12.6.20" %}
{% set version = "12.6.68" %}
{% set cuda_version = "12.6" %}
{% 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/{{ name }}/{{ platform }}/{{ name }}-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 7e57521fc4065f264bd7fd118d267636c2cdf0e542465f281e767e206cf5a794 # [linux64]
sha256: a25199ea3a109f216e14bb55c5043feac237f6c5adfdc28e709cbad0a6783317 # [aarch64]
sha256: e7577c412f7ff3d7f6fde50733ef2af6bcfc4e093f8cb4e282129bc55f5aba06 # [win]
sha256: 700a0c2cbd1e591213a2bac6e34ed4ba451224db86bcb782b4f6e052209e348c # [linux64]
sha256: ae303c4c0ce235ab84d50c6f5917b1ebb50d3cf22e2614d5a55e1767f841215d # [aarch64]
sha256: 7b49eb751c7b99d777a173280afadab0707d34ad6e7ee0728fe8160a99d70e29 # [win]

build:
number: 0
Expand Down

0 comments on commit 1f70480

Please sign in to comment.