Skip to content

Commit

Permalink
Add libcufile to dependencies.yaml. (#13523)
Browse files Browse the repository at this point in the history
This PR adds a libcufile dependency specification, only for x86_64 (the package is not available on ARM). This aligns with the conda recipe specification, previously updated in #13231.

Authors:
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - AJ Schmidt (https://github.com/ajschmidt8)
  - Lawrence Mitchell (https://github.com/wence-)

URL: #13523
  • Loading branch information
bdice authored Jun 9, 2023
1 parent 9be38d2 commit c49bfd1
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 0 deletions.
2 changes: 2 additions & 0 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ dependencies:
- hypothesis
- ipython
- libarrow==11.0.0.*
- libcufile-dev=1.4.0.31
- libcufile=1.4.0.31
- libcurand-dev=10.3.0.86
- libcurand=10.3.0.86
- libkvikio==23.8.*
Expand Down
31 changes: 31 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,37 @@ dependencies:
# available).
- *libcurand_dev114
- *libcurand114
- output_types: conda
matrices:
- matrix:
cuda: "11.8"
arch: x86_64
packages:
- libcufile=1.4.0.31
- libcufile-dev=1.4.0.31
- matrix:
cuda: "11.5"
arch: x86_64
packages:
- libcufile>=1.1.0.37,<=1.1.1.25
- libcufile-dev>=1.1.0.37,<=1.1.1.25
- matrix:
cuda: "11.4"
arch: x86_64
packages:
- &libcufile_114 libcufile>=1.0.0.82,<=1.0.2.10
- &libcufile_dev114 libcufile-dev>=1.0.0.82,<=1.0.2.10
- matrix:
cuda: "11.2"
arch: x86_64
packages:
# The NVIDIA channel doesn't publish pkgs older than 11.4 for these libs,
# so 11.2 uses 11.4 packages (the oldest available).
- *libcufile_114
- *libcufile_dev114
# Fallback matrix for aarch64, which doesn't support libcufile.
- matrix:
packages:
develop:
common:
- output_types: [conda, requirements]
Expand Down

0 comments on commit c49bfd1

Please sign in to comment.