Skip to content

Commit

Permalink
Move nvcomp to common conda dependencies (no more arch or CUDA depend…
Browse files Browse the repository at this point in the history
…ency).
  • Loading branch information
bdice committed Sep 29, 2023
1 parent 158f237 commit 4a38f1d
Showing 1 changed file with 2 additions and 18 deletions.
20 changes: 2 additions & 18 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -227,25 +227,9 @@ dependencies:
# in sync with the version pinned in get_arrow.cmake.
- libarrow==12.0.1.*
- librdkafka>=1.9.0,<1.10.0a0
# Align nvcomp version with rapids-cmake
- nvcomp==2.6.1
- spdlog>=1.11.0,<1.12
specific:
- output_types: conda
matrices:
- matrix:
arch: x86_64
packages:
# Align nvcomp version with rapids-cmake
# TODO: not yet available for aarch64 CUDA 12
- &nvcomp nvcomp==2.6.1
- matrix:
arch: aarch64
cuda: "11.8"
packages:
- *nvcomp
# TODO: Fallback matrix for aarch64 CUDA 12. After migrating to nvcomp 3,
# all CUDA/arch combinations should be supported by existing packages.
- matrix:
packages:
build_wheels:
common:
- output_types: pyproject
Expand Down

0 comments on commit 4a38f1d

Please sign in to comment.