Skip to content

Commit

Permalink
Update for CUDA 12.4.0 (#5)
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 Mar 5, 2024
2 parents 7d46a5e + 03caa9e commit 0cf321f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 13 deletions.
6 changes: 3 additions & 3 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: 3 additions & 2 deletions build-locally.py

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

12 changes: 6 additions & 6 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-nvdisasm" %}
{% set version = "12.3.101" %}
{% set cuda_version = "12.3" %}
{% set version = "12.4.99" %}
{% set cuda_version = "12.4" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-ppc64le" %} # [ppc64le]
{% set platform = "linux-sbsa" %} # [aarch64]
Expand All @@ -14,10 +14,10 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvdisasm/{{ platform }}/cuda_nvdisasm-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 02409ad45cad89920bb6b5f9ef8332f4566347a33037d3730a5db562e8b3e4bb # [linux64]
sha256: 54ed51e325e0fcf6b19598ed6e146fc5c3e99b291bb61e341e8b116448ad972e # [ppc64le]
sha256: fa9a5b1f1c68080cb0e58297d52fff695c9fb4ab71906acc4a3500d7654fddc5 # [aarch64]
sha256: e4f984462be44e897d8e56382b5e18091d447ba46c0b325916dae197ac73007e # [win]
sha256: 059d82e2e804269b5f0161c91f6d875262f728c2b3a29c2600eee97a8d85aa13 # [linux64]
sha256: b2498702b99ed3ec31e65cf5df2a837a88de43a44d39f51091b409aeb76a9b38 # [ppc64le]
sha256: 83c1ff0fa2c861778ff799726da403d4c65a9c490b5c3761aaf6d47ececa9618 # [aarch64]
sha256: 6c25db1da8b807f105bde8fe83702370a9141ba3c030ed6e20c25564cad8725c # [win]

build:
number: 0
Expand Down

0 comments on commit 0cf321f

Please sign in to comment.