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] committed Mar 8, 2024
2 parents 55540cf + d428963 commit 88a4ad1
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 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.

6 changes: 3 additions & 3 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{% set version = "12.3.2" %}
{% set version = "12.4.0" %}

package:
name: cuda-tools
version: {{ version }}

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/cuda_documentation/LICENSE.txt
sha256: 5db25d4fd138013b563f9a3d1d87f7de7df1dac014fd4cccdfbb3435a5cff761
sha256: e2c71babfd18a8e69542dd7e9ca018f9caa438094001a58e6bc4d8c999bf0d07

build:
number: 0
Expand All @@ -16,7 +16,7 @@ requirements:
run:
- cuda-command-line-tools {{ version }}
- cuda-visual-tools {{ version }}
- gds-tools 1.8.1.2 # [linux64]
- gds-tools 1.9.0.20 # [linux64 or aarch64]

test:
commands:
Expand Down

0 comments on commit 88a4ad1

Please sign in to comment.