Skip to content

Commit

Permalink
Add missing dependency on cuda-cupti for CUDA 12 jaxlib builds
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored May 9, 2024
1 parent 339f53e commit 858ff18
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions recipe/patch_yaml/jaxlib.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ if:
then:
- add_depends:
- abseil-cpp ==20220623.0
---
# To fix https://github.com/conda-forge/cuda-cupti-feedstock/issues/9
# Some CUDA 12 builds used a cuda-cupti-dev with a missing run_exports
if:
name: jaxlib
version: 0.4.23
build_number_in: [200, 201]
has_depends: cuda-version >=12.0,<13
subdir_in: [linux-64]
then:
- add_depends:
- "cuda-cupti >=12.0.90,<13.0a0"

0 comments on commit 858ff18

Please sign in to comment.