Skip to content

Commit

Permalink
Update for CUDA12.5.0 (#8)
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 May 22, 2024
2 parents c04420d + 21045e0 commit 8be9afe
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 22 deletions.
7 changes: 0 additions & 7 deletions .ci_support/linux_64_.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
c_stdlib:
- sysroot
c_stdlib_version:
- '2.12'
cdt_name:
- cos6
channel_sources:
Expand All @@ -12,6 +8,3 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-64
zip_keys:
- - c_stdlib_version
- cdt_name
7 changes: 0 additions & 7 deletions .ci_support/linux_aarch64_.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
BUILD:
- aarch64-conda_cos7-linux-gnu
c_stdlib:
- sysroot
c_stdlib_version:
- '2.17'
cdt_arch:
- aarch64
cdt_name:
Expand All @@ -16,6 +12,3 @@ docker_image:
- quay.io/condaforge/linux-anvil-cos7-x86_64
target_platform:
- linux-aarch64
zip_keys:
- - c_stdlib_version
- cdt_name
4 changes: 2 additions & 2 deletions .gitattributes

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

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

package:
name: nvidia-gds
Expand All @@ -9,15 +9,15 @@ source:
sha256: e2c71babfd18a8e69542dd7e9ca018f9caa438094001a58e6bc4d8c999bf0d07

build:
number: 1
number: 0
skip: true # [not (linux64 or aarch64)]

requirements:
run:
- libcufile 1.9.1.3
- libcufile-dev 1.9.1.3
- libcufile-static 1.9.1.3
- gds-tools 1.9.1.3
- libcufile 1.10.0.4
- libcufile-dev 1.10.0.4
- libcufile-static 1.10.0.4
- gds-tools 1.10.0.4

test:
commands:
Expand Down

0 comments on commit 8be9afe

Please sign in to comment.