Skip to content

Commit

Permalink
Update for CUDA12.5.0 (#18)
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 May 21, 2024
2 parents e99c61e + 12cbad2 commit 3c84e7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .gitattributes

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

10 changes: 5 additions & 5 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% set name = "libcufile" %}
{% set version = "1.9.1.3" %}
{% set cuda_version = "12.4" %}
{% set version = "1.10.0.4" %}
{% set cuda_version = "12.5" %}
{% set platform = "linux-x86_64" %} # [linux64]
{% set platform = "linux-sbsa" %} # [aarch64]
{% set target_name = "x86_64-linux" %} # [linux64]
Expand All @@ -13,11 +13,11 @@ package:

source:
url: https://developer.download.nvidia.com/compute/cuda/redist/{{ name }}/{{ platform }}/{{ name }}-{{ platform }}-{{ version }}-archive.{{ extension }}
sha256: 5bf067c142e0e78d6b5eb9904f0703a1f5f814a27c44cff596f54630582bb2a9 # [linux64]
sha256: 5db80b1905b3fe25a07f29462c8694af1375834c1d8e7b6bf4cf4ffbb8c0b934 # [aarch64]
sha256: 656bf48c1422a7aabf0b50e3ffc7c503a5e2594cca110eee10aee8e87690d022 # [linux64]
sha256: a1f5f6743918e5a79400687284c51f39dc5b8d36fa4d2b9da98bacec2c9a3317 # [aarch64]

build:
number: 2
number: 0
binary_relocation: false
skip: true # [not (linux64 or aarch64)]

Expand Down

0 comments on commit 3c84e7c

Please sign in to comment.