Skip to content

Commit

Permalink
Update for CUDA 12.4.0 (#9)
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 ff19503 + 6e7d737 commit ecef216
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 14 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.

14 changes: 7 additions & 7 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-nvrtc" %}
{% set version = "12.3.107" %}
{% 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 @@ -18,13 +18,13 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvrtc/{{ platform }}/cuda_nvrtc-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: bc9d2f9d8f8847f76cc936f61d66f55ea4a898294e1799e2a63480b553b60e0b # [linux64]
sha256: 456b3f7ddb55547fb5dfc6f61b2f06a16fa92336981baeb318f47ba2a456789d # [ppc64le]
sha256: efadf1837f40eeecb29255516afaff258602e74fb9c436b15024b6a295c506f5 # [aarch64]
sha256: 535f226462c1f5025e054f7f76dd55573b6c59bdc734b314df554085b9c782ed # [win]
sha256: 19746bd29e151e1e6d1ce7371a30b5218fe150d2a911466c9ae0c382b37886ea # [linux64]
sha256: 906f245862d977c16698c9e29ced152d997626b2c437fac3017b5e7f54af1347 # [ppc64le]
sha256: 996355a7d575de0665cdf4d0800c21b61d864f9e030fb75bc6390d450631d904 # [aarch64]
sha256: 807c060bbe5175d325d3334fd64fd73d01741a99c65a7460dda74588defdde2a # [win]

build:
number: 1
number: 0
binary_relocation: false
skip: true # [osx]

Expand Down

0 comments on commit ecef216

Please sign in to comment.