Skip to content

Commit

Permalink
Update for CUDA 12.4.0 (#37)
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 6, 2024
2 parents bb6f112 + 888442a commit 2e1b741
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 21 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.

20 changes: 10 additions & 10 deletions README.md

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.

8 changes: 4 additions & 4 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "cuda-nvcc-split" %}
{% set version = "12.3.107" %}
{% set cuda_version = "12.3" %}
{% set version = "12.4.99" %}
{% set cuda_version = "12.4" %}

package:
name: {{ name|lower }}
Expand All @@ -9,10 +9,10 @@ package:
source:
# Using this license for consistent messaging with the components it relies on
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_nvcc/LICENSE.txt
sha256: 5db25d4fd138013b563f9a3d1d87f7de7df1dac014fd4cccdfbb3435a5cff761
sha256: e2c71babfd18a8e69542dd7e9ca018f9caa438094001a58e6bc4d8c999bf0d07

build:
number: 1
number: 0
skip: true # [osx]
skip: true # [target_platform != "linux-64" and target_platform != cross_target_platform]

Expand Down

0 comments on commit 2e1b741

Please sign in to comment.