Skip to content

Commit

Permalink
TEMP: skip CUDA on aarch64 until we can cross-compile
Browse files Browse the repository at this point in the history
  • Loading branch information
h-vetinari committed Nov 29, 2022
1 parent 72b6609 commit eb77099
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ build:
# for cuda support, building with one version is enough to be compatible with
# all later versions, since arrow is only using libcuda, and not libcudart.
skip: true # [cuda_compiler_version not in ("None", cuda_compiler_version_min)]
# temporary: skip CUDA on aarch/ppc until cross-compilation works, see
# https://github.com/conda-forge/conda-forge-ci-setup-feedstock/pull/210
skip: true # [(aarch64 or ppc64le) and (cuda_compiler_version != "None")]
run_exports:
- {{ pin_subpackage("libarrow", max_pin="x.x.x") }}

Expand Down

0 comments on commit eb77099

Please sign in to comment.