Skip to content

Commit

Permalink
Update MACOSX_SDK_VERSION to 13.0 due to pytorch/pytorch#133141
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongseok-meta committed Oct 18, 2024
1 parent cd1d246 commit ae65af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipe/conda_build_config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ c_stdlib_version: # [osx and x86_64]
- 10.15 # [osx and x86_64]

MACOSX_SDK_VERSION: # [osx]
- 12.3 # [osx]
- 13.0 # [osx]

# Needs higher stdlib for CUDNN9
# CUDA 12 on aarch needs newer glibc, which requires us to override
Expand Down

0 comments on commit ae65af1

Please sign in to comment.