Skip to content

Commit

Permalink
Update for CUDA12.6.0 (#20)
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 Aug 2, 2024
2 parents ec5d5d0 + 0bd7272 commit 6b64cd2
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion .scripts/build_steps.sh

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

2 changes: 1 addition & 1 deletion README.md

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

4 changes: 2 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 = "libcufile" %}
{% set version = "1.10.1.7" %}
{% set cuda_version = "12.5" %}
{% set version = "1.11.0.15" %}
{% set cuda_version = "12.6" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-sbsa" %} # [aarch64]
{% set target_name = "x86_64-linux" %} # [linux64]
Expand All @@ -13,8 +13,8 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/{{ name }}/{{ platform }}/{{ name }}-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 4198c85cabadd8f3744d0a84b88d8d80173fca0ab2216b49214be05c5e6155d5 # [linux64]
sha256: 63b0b113709a1e3b7ffef27199ae017330b6d68b0c5e87526294e71e7179ddc5 # [aarch64]
sha256: 735783b817edd5c4431df5f4b5d5ee3b00496441148243155024da3d82da3d15 # [linux64]
sha256: 9e3e41ac3ae9e368a2aaee2518557cfdb34c1f1db72e094777f59f84b424688d # [aarch64]

build:
number: 0
Expand Down

0 comments on commit 6b64cd2

Please sign in to comment.