Skip to content

Commit

Permalink
Update for CUDA12.6.2 (#28)
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 Oct 1, 2024
2 parents f1d7abf + 8b6d6c4 commit 6254805
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
2 changes: 2 additions & 0 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-aarch64
xz:
- '5'
zip_keys:
- - c_compiler_version
- cxx_compiler_version
Expand Down
2 changes: 2 additions & 0 deletions .scripts/build_steps.sh

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions .scripts/run_win_build.bat

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion build-locally.py

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "libcublas" %}
{% set version = "12.6.1.4" %}
{% set version = "12.6.3.3" %}
{% 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: 78c4e88a3eddfc6ad7108541a76cb8f80b7c4028d90b9e5d5adc00db47370b88 # [linux64]
sha256: f79d5f965dc6912b8abb50d20d93032d79bd96dacd65d8649ca750e863ac9185 # [aarch64]
sha256: 00096575f17339b7bf7ef7d8477337cb090206a47f710bb97ec5859604d0b8da # [win]
sha256: 82e62a45a622922615a5b0f49462bb47e434a307a6857a9c1505df607c1b80df # [linux64]
sha256: 1d184ca49c315ffef887e949edd3ac40fa14cf6b52c66ac96875b36009e81be1 # [aarch64]
sha256: 05ae7a77008ce0ad3be214d128d8bdb23b88387408e7bdf318a0f01c54841806 # [win]

build:
number: 0
Expand Down

0 comments on commit 6254805

Please sign in to comment.