Skip to content

Commit

Permalink
Update for CUDA 12.3.2 (#7)
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 Jan 24, 2024
2 parents fd6040d + 168cafe commit 9e934ce
Show file tree
Hide file tree
Showing 4 changed files with 34 additions and 13 deletions.
25 changes: 23 additions & 2 deletions .gitignore

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

6 changes: 0 additions & 6 deletions .scripts/build_steps.sh

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

6 changes: 6 additions & 0 deletions .scripts/run_docker_build.sh

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,6 +1,6 @@
{% set name = "cuda-gdb" %}
{% set version = "12.2.140" %}
{% set cuda_version = "12.2" %}
{% set version = "12.3.101" %}
{% set cuda_version = "12.3" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -13,9 +13,9 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_gdb/{{ platform }}/cuda_gdb-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 94f8b223412689544e86bc28660acf4f53e75674eeba2c9a62b51ff58686f9fc # [linux64]
sha256: 2fbfede97d3fa7f09796b4ff416d66e4520ec47ed6a24e17083d1643adb116f8 # [ppc64le]
sha256: 2cd74b1f6d8158be1b145bc021316cfb6f13d242b1e7eb6b3b9e436f886aaaff # [aarch64]
sha256: 3b8a692e7db61321c24896f151e72a761e1c7a88d84d3cde95eab0a97dc91e88 # [linux64]
sha256: 0e3fb5c5ac8b03326e5a61bf72d7579718bf7498d887ae93ce6c7b08f0faa601 # [ppc64le]
sha256: 74ed3c6b0b69ac69faa2cc46d26627149b36e14e47394ba39f5ee49e988ce6f4 # [aarch64]

build:
number: 0
Expand Down

0 comments on commit 9e934ce

Please sign in to comment.